Expand description
The sending-half of the channel. This is the same as std::sync::mpsc::Sender,
except for a few key differences.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T, W> RefUnwindSafe for Sender<T, W> where
T: RefUnwindSafe,
impl<T, W> Sync for Sender<T, W> where
T: Sync,
W: Send,
impl<T, W> Unpin for Sender<T, W> where
T: Unpin,
impl<T, W> UnwindSafe for Sender<T, W> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more