pub enum GrepOutputMode {
FilesWithMatches,
Content,
Count,
}Expand description
Output mode for grep operations.
Variants§
Trait Implementations§
Source§impl Clone for GrepOutputMode
impl Clone for GrepOutputMode
Source§fn clone(&self) -> GrepOutputMode
fn clone(&self) -> GrepOutputMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrepOutputMode
impl Debug for GrepOutputMode
Source§impl PartialEq for GrepOutputMode
impl PartialEq for GrepOutputMode
impl Copy for GrepOutputMode
impl Eq for GrepOutputMode
impl StructuralPartialEq for GrepOutputMode
Auto Trait Implementations§
impl Freeze for GrepOutputMode
impl RefUnwindSafe for GrepOutputMode
impl Send for GrepOutputMode
impl Sync for GrepOutputMode
impl Unpin for GrepOutputMode
impl UnsafeUnpin for GrepOutputMode
impl UnwindSafe for GrepOutputMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.