pub struct MemoryLinkTxPermit { /* private fields */ }Trait Implementations§
Source§impl LinkTxPermit for MemoryLinkTxPermit
impl LinkTxPermit for MemoryLinkTxPermit
Auto Trait Implementations§
impl Freeze for MemoryLinkTxPermit
impl RefUnwindSafe for MemoryLinkTxPermit
impl Send for MemoryLinkTxPermit
impl Sync for MemoryLinkTxPermit
impl Unpin for MemoryLinkTxPermit
impl UnsafeUnpin for MemoryLinkTxPermit
impl UnwindSafe for MemoryLinkTxPermit
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