pub enum InvalidFileReason {
InvalidHeader,
CreatorCode(FourCC),
FileMagic(FourCC),
}Expand description
Reasons why files can be ruled out as valid StuffIt archives
Variants§
Trait Implementations§
Source§impl Debug for InvalidFileReason
impl Debug for InvalidFileReason
Auto Trait Implementations§
impl Freeze for InvalidFileReason
impl RefUnwindSafe for InvalidFileReason
impl Send for InvalidFileReason
impl Sync for InvalidFileReason
impl Unpin for InvalidFileReason
impl UnwindSafe for InvalidFileReason
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