Struct laminarmq_io::buf_io::BufReaderStreamReadStream
source · pub struct BufReaderStreamReadStream<'a, R, RS, P, S> { /* private fields */ }
Trait Implementations§
source§impl<'x, R, RBL, RS> Stream<FallibleByteLender<BufByteLender<RBL>, BufReaderError<<R as FallibleEntity>::Error>>> for BufReaderStreamReadStream<'x, R, RS, R::Position, R::Size>where
R: StreamRead<RBL>,
R::Error: 'static,
RBL: ByteLender + 'static,
RS: Stream<FallibleByteLender<RBL, R::Error>>,
impl<'x, R, RBL, RS> Stream<FallibleByteLender<BufByteLender<RBL>, BufReaderError<<R as FallibleEntity>::Error>>> for BufReaderStreamReadStream<'x, R, RS, R::Position, R::Size>where
R: StreamRead<RBL>,
R::Error: 'static,
RBL: ByteLender + 'static,
RS: Stream<FallibleByteLender<RBL, R::Error>>,
async fn next<'a>(
&'a mut self,
) -> Option<<FallibleBufReaderByteLender<RBL, R::Error> as Lender>::Item<'a>>where
FallibleBufReaderByteLender<RBL, R::Error>: 'a,
Auto Trait Implementations§
impl<'a, R, RS, P, S> Freeze for BufReaderStreamReadStream<'a, R, RS, P, S>
impl<'a, R, RS, P, S> RefUnwindSafe for BufReaderStreamReadStream<'a, R, RS, P, S>
impl<'a, R, RS, P, S> Send for BufReaderStreamReadStream<'a, R, RS, P, S>
impl<'a, R, RS, P, S> Sync for BufReaderStreamReadStream<'a, R, RS, P, S>
impl<'a, R, RS, P, S> Unpin for BufReaderStreamReadStream<'a, R, RS, P, S>
impl<'a, R, RS, P, S> !UnwindSafe for BufReaderStreamReadStream<'a, R, RS, P, S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.