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