pub struct CommandReceiver { /* private fields */ }
Expand description
A receiver for Command
s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandReceiver
impl RefUnwindSafe for CommandReceiver
impl Send for CommandReceiver
impl Sync for CommandReceiver
impl Unpin for CommandReceiver
impl UnwindSafe for CommandReceiver
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