pub struct Sender<'a, T, const N: usize, const MP: usize, const MC: usize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, T, const N: usize, const MP: usize, const MC: usize> !RefUnwindSafe for Sender<'a, T, N, MP, MC>
impl<'a, T, const N: usize, const MP: usize, const MC: usize> !UnwindSafe for Sender<'a, T, N, MP, MC>
impl<'a, T, const N: usize, const MP: usize, const MC: usize> Freeze for Sender<'a, T, N, MP, MC>
impl<'a, T, const N: usize, const MP: usize, const MC: usize> Send for Sender<'a, T, N, MP, MC>where
T: Sync,
impl<'a, T, const N: usize, const MP: usize, const MC: usize> Sync for Sender<'a, T, N, MP, MC>where
T: Sync,
impl<'a, T, const N: usize, const MP: usize, const MC: usize> Unpin for Sender<'a, T, N, MP, MC>
impl<'a, T, const N: usize, const MP: usize, const MC: usize> UnsafeUnpin for Sender<'a, T, N, MP, MC>
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