pub enum ParsePackError {
InvalidHeaderError,
InvalidFileError,
IOError,
}Variants§
Trait Implementations§
Source§impl Debug for ParsePackError
impl Debug for ParsePackError
Source§impl From<FileViewError> for ParsePackError
impl From<FileViewError> for ParsePackError
Source§fn from(_: FileViewError) -> Self
fn from(_: FileViewError) -> Self
Converts to this type from the input type.
Source§impl From<ParsePackError> for BuildPackError
impl From<ParsePackError> for BuildPackError
Source§fn from(_: ParsePackError) -> Self
fn from(_: ParsePackError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParsePackError
impl RefUnwindSafe for ParsePackError
impl Send for ParsePackError
impl Sync for ParsePackError
impl Unpin for ParsePackError
impl UnwindSafe for ParsePackError
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