pub enum UpdateDecisionKind {
New,
Changed,
SkippedMtime,
SkippedHash,
Ignored,
Unsupported,
ReadFailed,
ExtractFailed,
Reactivated,
Deactivated,
}Variants§
New
Changed
SkippedMtime
SkippedHash
Ignored
Unsupported
ReadFailed
ExtractFailed
Reactivated
Deactivated
Trait Implementations§
Source§impl Clone for UpdateDecisionKind
impl Clone for UpdateDecisionKind
Source§fn clone(&self) -> UpdateDecisionKind
fn clone(&self) -> UpdateDecisionKind
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 UpdateDecisionKind
impl Debug for UpdateDecisionKind
Source§impl<'de> Deserialize<'de> for UpdateDecisionKind
impl<'de> Deserialize<'de> for UpdateDecisionKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateDecisionKind
impl PartialEq for UpdateDecisionKind
Source§impl Serialize for UpdateDecisionKind
impl Serialize for UpdateDecisionKind
impl Eq for UpdateDecisionKind
impl StructuralPartialEq for UpdateDecisionKind
Auto Trait Implementations§
impl Freeze for UpdateDecisionKind
impl RefUnwindSafe for UpdateDecisionKind
impl Send for UpdateDecisionKind
impl Sync for UpdateDecisionKind
impl Unpin for UpdateDecisionKind
impl UnsafeUnpin for UpdateDecisionKind
impl UnwindSafe for UpdateDecisionKind
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