Enum target_lexicon::ParseError
source · pub enum ParseError {
UnrecognizedArchitecture(String),
UnrecognizedVendor(String),
UnrecognizedOperatingSystem(String),
UnrecognizedEnvironment(String),
UnrecognizedBinaryFormat(String),
UnrecognizedField(String),
}
Expand description
An error returned from parsing a triple.
Variants§
UnrecognizedArchitecture(String)
UnrecognizedVendor(String)
UnrecognizedOperatingSystem(String)
UnrecognizedEnvironment(String)
UnrecognizedBinaryFormat(String)
UnrecognizedField(String)
Trait Implementations§
source§impl Clone for ParseError
impl Clone for ParseError
source§fn clone(&self) -> ParseError
fn clone(&self) -> ParseError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more