[]Enum cargo_deb::CargoDebError

pub enum CargoDebError {
    Io(Error),
    IoFile(&'static strErrorPathBuf),
    CommandFailed(Error, &'static str),
    CommandError(&'static strStringVec<u8>),
    Str(&'static str),
    NumParse(&'static strParseIntError),
    InstallFailed,
    BuildFailed,
    StripFailed(PathBufString),
    SystemTime(SystemTimeError),
    ParseTOML(Error),
    ParseJSON(Error),
    PackageNotFound(StringVec<u8>),
    VariantNotFound(String),
    GlobPatternError(PatternError),
    AssetFileNotFound(PathBuf),
    AssetGlobError(GlobError),
}

Variants

Trait Implementations

impl From<Error> for CargoDebError

impl From<&'static str> for CargoDebError

impl From<SystemTimeError> for CargoDebError

impl From<Error> for CargoDebError

impl From<Error> for CargoDebError

impl From<PatternError> for CargoDebError

impl From<GlobError> for CargoDebError

impl Display for CargoDebError

impl Debug for CargoDebError
[src]

impl Error for CargoDebError

The lower-level source of this error, if any. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]