pub struct Sender<S, Item, F, R> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<S, Item, F, R> RefUnwindSafe for Sender<S, Item, F, R>where
F: RefUnwindSafe,
Item: RefUnwindSafe,
R: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, Item, F, R> Send for Sender<S, Item, F, R>where
F: Send,
Item: Send,
R: Send,
S: Send,
impl<S, Item, F, R> Sync for Sender<S, Item, F, R>where
F: Sync,
Item: Sync,
R: Sync,
S: Sync,
impl<S, Item, F, R> Unpin for Sender<S, Item, F, R>where
F: Unpin,
Item: Unpin,
R: Unpin,
S: Unpin,
impl<S, Item, F, R> UnwindSafe for Sender<S, Item, F, R>where
F: UnwindSafe,
Item: UnwindSafe,
R: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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