pub struct MkdirCommand;Expand description
The mkdir command: create directories (-p for parents).
Trait Implementations§
Source§impl VirtualCommand for MkdirCommand
impl VirtualCommand for MkdirCommand
fn name(&self) -> &str
fn meta(&self) -> Option<&'static CommandMeta>
fn execute(&self, args: &[String], ctx: &CommandContext<'_>) -> CommandResult
Auto Trait Implementations§
impl Freeze for MkdirCommand
impl RefUnwindSafe for MkdirCommand
impl Send for MkdirCommand
impl Sync for MkdirCommand
impl Unpin for MkdirCommand
impl UnsafeUnpin for MkdirCommand
impl UnwindSafe for MkdirCommand
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