pub struct UnmountCommand { /* private fields */ }Expand description
The UNMOUNT command.
Implementations§
Trait Implementations§
Source§impl Callable for UnmountCommand
impl Callable for UnmountCommand
Auto Trait Implementations§
impl Freeze for UnmountCommand
impl !RefUnwindSafe for UnmountCommand
impl !Send for UnmountCommand
impl !Sync for UnmountCommand
impl Unpin for UnmountCommand
impl UnsafeUnpin for UnmountCommand
impl !UnwindSafe for UnmountCommand
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