pub struct Sender<E> { /* private fields */ }
Expand description
Sender part of the payload stream
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Sender<E>
impl<E> !RefUnwindSafe for Sender<E>
impl<E> !Send for Sender<E>
impl<E> !Sync for Sender<E>
impl<E> Unpin for Sender<E>
impl<E> !UnwindSafe for Sender<E>
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