pub struct Sender<'a, T, const N: usize> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T, const N: usize> RefUnwindSafe for Sender<'a, T, N> where
T: RefUnwindSafe,
impl<'a, T, const N: usize> Send for Sender<'a, T, N> where
T: Sync,
impl<'a, T, const N: usize> Sync for Sender<'a, T, N> where
T: Sync,
impl<'a, T, const N: usize> Unpin for Sender<'a, T, N>
impl<'a, T, const N: usize> UnwindSafe for Sender<'a, T, N> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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