pub struct SinkWrite<I, S: Sink<I> + Unpin> { /* private fields */ }
Expand description
A wrapper for the Sink
type.
Implementations§
Source§impl<I: 'static, S: Sink<I> + Unpin + 'static> SinkWrite<I, S>
impl<I: 'static, S: Sink<I> + Unpin + 'static> SinkWrite<I, S>
Auto Trait Implementations§
impl<I, S> Freeze for SinkWrite<I, S>
impl<I, S> !RefUnwindSafe for SinkWrite<I, S>
impl<I, S> !Send for SinkWrite<I, S>
impl<I, S> !Sync for SinkWrite<I, S>
impl<I, S> Unpin for SinkWrite<I, S>
impl<I, S> !UnwindSafe for SinkWrite<I, 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