pub struct WsLinkTxPermit { /* private fields */ }Expand description
Permit for sending one payload through a WsLinkTx.
Trait Implementations§
Source§impl LinkTxPermit for WsLinkTxPermit
impl LinkTxPermit for WsLinkTxPermit
Auto Trait Implementations§
impl Freeze for WsLinkTxPermit
impl RefUnwindSafe for WsLinkTxPermit
impl Send for WsLinkTxPermit
impl Sync for WsLinkTxPermit
impl Unpin for WsLinkTxPermit
impl UnsafeUnpin for WsLinkTxPermit
impl UnwindSafe for WsLinkTxPermit
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