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