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