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