[−][src]Struct buf_read_ext::AsyncStreamUntilTokenOutput
A completed AsyncStreamUntilToken future yields this value, which returns the streams, as well as the number of bytes streamed and whether or not the token was found.
Fields
stream: R
out: W
bytes_streamed: usize
token_found: bool
Auto Trait Implementations
impl<R, W> RefUnwindSafe for AsyncStreamUntilTokenOutput<R, W> where
R: RefUnwindSafe,
W: RefUnwindSafe,
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> Send for AsyncStreamUntilTokenOutput<R, W> where
R: Send,
W: Send,
R: Send,
W: Send,
impl<R, W> Sync for AsyncStreamUntilTokenOutput<R, W> where
R: Sync,
W: Sync,
R: Sync,
W: Sync,
impl<R, W> Unpin for AsyncStreamUntilTokenOutput<R, W> where
R: Unpin,
W: Unpin,
R: Unpin,
W: Unpin,
impl<R, W> UnwindSafe for AsyncStreamUntilTokenOutput<R, W> where
R: UnwindSafe,
W: UnwindSafe,
R: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,