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