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