pub struct StreamWriteSlot { /* private fields */ }Expand description
Write slot for StreamLinkTx.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamWriteSlot
impl RefUnwindSafe for StreamWriteSlot
impl Send for StreamWriteSlot
impl Sync for StreamWriteSlot
impl Unpin for StreamWriteSlot
impl UnsafeUnpin for StreamWriteSlot
impl UnwindSafe for StreamWriteSlot
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