Enum probe_rs_cli_util::ArtifactError [−][src]
pub enum ArtifactError {
Canonicalize {
source: Error,
work_dir: String,
},
Io(Error),
CargoToml {
source: Error,
path: String,
},
CargoBuild(Option<i32>),
MultipleArtifacts,
NoArtifacts,
}Variants
Canonicalize
Io(Error)
Tuple Fields
0: ErrorCargoToml
CargoBuild(Option<i32>)
MultipleArtifacts
NoArtifacts
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ArtifactError
impl Send for ArtifactError
impl Sync for ArtifactError
impl Unpin for ArtifactError
impl !UnwindSafe for ArtifactError
Blanket Implementations
Mutably borrows from an owned value. Read more
Adds separators according to the given SeparatorPolicy. Read more
Inserts a comma every three digits from the right. Read more
Inserts a space every three digits from the right. Read more
Inserts a period every three digits from the right. Read more
Inserts an underscore every three digits from the right. Read more