pub struct Sender<T, S = Sender<T>> { /* private fields */ }Expand description
A sender used to notify the progress of some Sipper.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, S> Freeze for Sender<T, S>where
S: Freeze,
impl<T, S> RefUnwindSafe for Sender<T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for Sender<T, S>
impl<T, S> Sync for Sender<T, S>
impl<T, S> Unpin for Sender<T, S>
impl<T, S> UnwindSafe for Sender<T, S>where
S: UnwindSafe,
T: UnwindSafe,
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