[−][src]Enum git_odb::pack::index::verify::Mode
pub enum Mode { Sha1CRC32, Sha1CRC32Decode, Sha1CRC32DecodeEncode, }
Various ways in which a pack and index can be verified
Variants
Validate SHA1 and CRC32
Validate SHA1 and CRC32, and decode each non-Blob object
Validate SHA1 and CRC32, and decode and encode each non-Blob object
Trait Implementations
impl Clone for Mode
[src][+]
impl Copy for Mode
[src]
impl Debug for Mode
[src][+]
impl Eq for Mode
[src]
impl Hash for Mode
[src][+]
impl PartialEq<Mode> for Mode
[src][+]
impl StructuralEq for Mode
[src]
impl StructuralPartialEq for Mode
[src]
Auto Trait Implementations
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,