pub struct Streaming;
Expand description
Indicates that the input data is streaming: more data may be available later
Trait Implementations§
Source§impl IsStreaming for Streaming
impl IsStreaming for Streaming
Auto Trait Implementations§
impl Freeze for Streaming
impl RefUnwindSafe for Streaming
impl Send for Streaming
impl Sync for Streaming
impl Unpin for Streaming
impl UnwindSafe for Streaming
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