pub struct Sender<V> { /* private fields */ }
Expand description
Sender/Producer for one channel
Implementations§
Trait Implementations§
impl<V> Send for Sender<V>where
V: Send,
impl<V> Sync for Sender<V>
Auto Trait Implementations§
impl<V> Freeze for Sender<V>
impl<V> !RefUnwindSafe for Sender<V>
impl<V> Unpin for Sender<V>
impl<V> !UnwindSafe for Sender<V>
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