pub struct Sender<T, S: SwapSlot<T>> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, S: SwapSlot<T>> Drop for Sender<T, S>
Drop trait is used to let subscribers know that publisher is no longer available.
impl<T, S: SwapSlot<T>> Drop for Sender<T, S>
Drop trait is used to let subscribers know that publisher is no longer available.
impl<T, S: SwapSlot<T>> Eq for Sender<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for Sender<T, S>
impl<T, S> RefUnwindSafe for Sender<T, S>where
T: RefUnwindSafe,
S: 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> UnsafeUnpin for Sender<T, S>
impl<T, S> UnwindSafe for Sender<T, S>where
T: RefUnwindSafe,
S: RefUnwindSafe,
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