pub enum Checksum {
Header,
DataFork,
ResourceFork,
}Expand description
Identifies the location where checksum verification failed
Variants§
Header
The archive header is broken
DataFork
The data fork is invalid
ResourceFork
The resource fork is invalid
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Checksum
impl RefUnwindSafe for Checksum
impl Send for Checksum
impl Sync for Checksum
impl Unpin for Checksum
impl UnwindSafe for Checksum
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