pub struct Sender<'a, T, const N: usize> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, const N: usize> Freeze for Sender<'a, T, N>
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§
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