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