Enum gitoxide_core::pack::explode::SafetyCheck   
source · pub enum SafetyCheck {
    SkipFileChecksumVerification,
    SkipFileAndObjectChecksumVerification,
    SkipFileAndObjectChecksumVerificationAndNoAbortOnDecodeError,
    All,
}Variants§
SkipFileChecksumVerification
SkipFileAndObjectChecksumVerification
SkipFileAndObjectChecksumVerificationAndNoAbortOnDecodeError
All
Implementations§
Trait Implementations§
source§impl Clone for SafetyCheck
 
impl Clone for SafetyCheck
source§fn clone(&self) -> SafetyCheck
 
fn clone(&self) -> SafetyCheck
Returns a copy 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 SafetyCheck
 
impl Debug for SafetyCheck
source§impl Default for SafetyCheck
 
impl Default for SafetyCheck
source§impl From<SafetyCheck> for SafetyCheck
 
impl From<SafetyCheck> for SafetyCheck
source§fn from(v: SafetyCheck) -> Self
 
fn from(v: SafetyCheck) -> Self
Converts to this type from the input type.
source§impl FromStr for SafetyCheck
 
impl FromStr for SafetyCheck
source§impl PartialEq<SafetyCheck> for SafetyCheck
 
impl PartialEq<SafetyCheck> for SafetyCheck
source§fn eq(&self, other: &SafetyCheck) -> bool
 
fn eq(&self, other: &SafetyCheck) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for SafetyCheck
impl StructuralEq for SafetyCheck
impl StructuralPartialEq for SafetyCheck
Auto Trait Implementations§
impl RefUnwindSafe for SafetyCheck
impl Send for SafetyCheck
impl Sync for SafetyCheck
impl Unpin for SafetyCheck
impl UnwindSafe for SafetyCheck
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more