pub struct StreamSink<'a> { /* private fields */ }Expand description
A flushing sink for raw streamed bytes. Every write is flushed so the
client sees data immediately.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StreamSink<'a>
impl<'a> !Send for StreamSink<'a>
impl<'a> !Sync for StreamSink<'a>
impl<'a> !UnwindSafe for StreamSink<'a>
impl<'a> Freeze for StreamSink<'a>
impl<'a> Unpin for StreamSink<'a>
impl<'a> UnsafeUnpin for StreamSink<'a>
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