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