Enum target_lexicon::ParseError [−][src]
pub enum ParseError { UnrecognizedArchitecture(String), UnrecognizedVendor(String), UnrecognizedOperatingSystem(String), UnrecognizedEnvironment(String), UnrecognizedBinaryFormat(String), UnrecognizedField(String), }
An error returned from parsing a triple.
Variants
UnrecognizedArchitecture(String)
UnrecognizedVendor(String)
UnrecognizedOperatingSystem(String)
UnrecognizedEnvironment(String)
UnrecognizedBinaryFormat(String)
UnrecognizedField(String)
Trait Implementations
impl Clone for ParseError
[src]
impl Clone for ParseError
[src]fn clone(&self) -> ParseError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ParseError> for ParseError
[src]
impl PartialEq<ParseError> for ParseError
[src]fn eq(&self, other: &ParseError) -> bool
[src]
fn ne(&self, other: &ParseError) -> bool
[src]
impl Eq for ParseError
[src]
impl StructuralEq for ParseError
[src]
impl StructuralPartialEq for ParseError
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.