pub struct Receive;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Receive
impl RefUnwindSafe for Receive
impl Send for Receive
impl Sync for Receive
impl Unpin for Receive
impl UnwindSafe for Receive
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