pub enum BuildPackError {
EmptyInputError,
InputTooBigError,
IOError,
}Variants§
Trait Implementations§
Source§impl Debug for BuildPackError
impl Debug for BuildPackError
Source§impl From<Error> for BuildPackError
impl From<Error> for BuildPackError
Source§impl From<FileViewError> for BuildPackError
impl From<FileViewError> for BuildPackError
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 BuildPackError
impl RefUnwindSafe for BuildPackError
impl Send for BuildPackError
impl Sync for BuildPackError
impl Unpin for BuildPackError
impl UnwindSafe for BuildPackError
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