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