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