pub enum IgnoreSourceKind {
GitGlobal,
GitExclude,
GitIgnore,
DotIgnore,
Custom,
Explicit,
Override,
}Variants§
Trait Implementations§
Source§impl Clone for IgnoreSourceKind
impl Clone for IgnoreSourceKind
Source§fn clone(&self) -> IgnoreSourceKind
fn clone(&self) -> IgnoreSourceKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IgnoreSourceKind
Source§impl Debug for IgnoreSourceKind
impl Debug for IgnoreSourceKind
impl Eq for IgnoreSourceKind
Source§impl Ord for IgnoreSourceKind
impl Ord for IgnoreSourceKind
Source§fn cmp(&self, other: &IgnoreSourceKind) -> Ordering
fn cmp(&self, other: &IgnoreSourceKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IgnoreSourceKind
impl PartialEq for IgnoreSourceKind
Source§impl PartialOrd for IgnoreSourceKind
impl PartialOrd for IgnoreSourceKind
impl StructuralPartialEq for IgnoreSourceKind
Auto Trait Implementations§
impl Freeze for IgnoreSourceKind
impl RefUnwindSafe for IgnoreSourceKind
impl Send for IgnoreSourceKind
impl Sync for IgnoreSourceKind
impl Unpin for IgnoreSourceKind
impl UnsafeUnpin for IgnoreSourceKind
impl UnwindSafe for IgnoreSourceKind
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