Enum uu_tail::args::FilterMode
source · pub enum FilterMode {
Bytes(Signum),
Lines(Signum, u8),
}Variants§
Trait Implementations§
source§impl Debug for FilterMode
impl Debug for FilterMode
source§impl Default for FilterMode
impl Default for FilterMode
source§impl PartialEq<FilterMode> for FilterMode
impl PartialEq<FilterMode> for FilterMode
source§fn eq(&self, other: &FilterMode) -> bool
fn eq(&self, other: &FilterMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FilterMode
impl StructuralEq for FilterMode
impl StructuralPartialEq for FilterMode
Auto Trait Implementations§
impl RefUnwindSafe for FilterMode
impl Send for FilterMode
impl Sync for FilterMode
impl Unpin for FilterMode
impl UnwindSafe for FilterMode
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