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