pub struct Receiver { /* private fields */ }Expand description
A receiver only capable of receiving the unit type ().
Trait Implementations§
Source§impl Ord for Receiver
impl Ord for Receiver
Source§impl PartialOrd for Receiver
impl PartialOrd for Receiver
impl Copy for Receiver
impl Eq for Receiver
impl StructuralPartialEq for Receiver
Auto Trait Implementations§
impl Freeze for Receiver
impl RefUnwindSafe for Receiver
impl Send for Receiver
impl Sync for Receiver
impl Unpin for Receiver
impl UnwindSafe for Receiver
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