pub struct Receiver<W, const ALIGN: usize>{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<W, const ALIGN: usize> !RefUnwindSafe for Receiver<W, ALIGN>
impl<W, const ALIGN: usize> !Send for Receiver<W, ALIGN>
impl<W, const ALIGN: usize> !Sync for Receiver<W, ALIGN>
impl<W, const ALIGN: usize> !UnwindSafe for Receiver<W, ALIGN>
impl<W, const ALIGN: usize> Freeze for Receiver<W, ALIGN>where
W: Freeze,
impl<W, const ALIGN: usize> Unpin for Receiver<W, ALIGN>where
W: Unpin,
impl<W, const ALIGN: usize> UnsafeUnpin for Receiver<W, ALIGN>where
W: UnsafeUnpin,
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