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