pub enum DeltaKindArg {
Added,
Removed,
Modified,
}Expand description
Change-kind subset for --delta-only.
Variants§
Trait Implementations§
Source§impl Clone for DeltaKindArg
impl Clone for DeltaKindArg
Source§fn clone(&self) -> DeltaKindArg
fn clone(&self) -> DeltaKindArg
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 moreSource§impl Debug for DeltaKindArg
impl Debug for DeltaKindArg
Source§impl From<DeltaKindArg> for ChangeKind
impl From<DeltaKindArg> for ChangeKind
Source§fn from(arg: DeltaKindArg) -> Self
fn from(arg: DeltaKindArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeltaKindArg
impl PartialEq for DeltaKindArg
Source§fn eq(&self, other: &DeltaKindArg) -> bool
fn eq(&self, other: &DeltaKindArg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ValueEnum for DeltaKindArg
impl ValueEnum for DeltaKindArg
impl Copy for DeltaKindArg
impl Eq for DeltaKindArg
impl StructuralPartialEq for DeltaKindArg
Auto Trait Implementations§
impl Freeze for DeltaKindArg
impl RefUnwindSafe for DeltaKindArg
impl Send for DeltaKindArg
impl Sync for DeltaKindArg
impl Unpin for DeltaKindArg
impl UnsafeUnpin for DeltaKindArg
impl UnwindSafe for DeltaKindArg
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.