pub struct Link<'a>(/* private fields */);Expand description
Channel container. A driver should consume it.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Link<'a>
impl<'a> !UnwindSafe for Link<'a>
impl<'a> Freeze for Link<'a>
impl<'a> Send for Link<'a>
impl<'a> Sync for Link<'a>
impl<'a> Unpin for Link<'a>
impl<'a> UnsafeUnpin for Link<'a>
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