pub enum CheckType {
None = 0,
Crc32 = 1,
Crc64 = 4,
Sha256 = 10,
}
Available on crate feature
xz
only.Expand description
Supported checksum types in XZ format.
Variants§
Trait Implementations§
impl Copy for CheckType
impl Eq for CheckType
impl StructuralPartialEq for CheckType
Auto Trait Implementations§
impl Freeze for CheckType
impl RefUnwindSafe for CheckType
impl Send for CheckType
impl Sync for CheckType
impl Unpin for CheckType
impl UnwindSafe for CheckType
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