pub struct MemSink { /* private fields */ }Expand description
Write half of a split MemTransport.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemSink
impl RefUnwindSafe for MemSink
impl Send for MemSink
impl Sync for MemSink
impl Unpin for MemSink
impl UnsafeUnpin for MemSink
impl UnwindSafe for MemSink
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