Enum cranelift_codegen::isa::LookupError [−][src]
pub enum LookupError {
SupportDisabled,
Unsupported,
}Describes reason for target lookup failure
Variants
SupportDisabledSupport for this target was disabled in the current build.
UnsupportedSupport for this target has not yet been implemented.
Trait Implementations
impl PartialEq for LookupError[src]
impl PartialEq for LookupErrorfn eq(&self, other: &LookupError) -> bool[src]
fn eq(&self, other: &LookupError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for LookupError[src]
impl Eq for LookupErrorimpl Copy for LookupError[src]
impl Copy for LookupErrorimpl Clone for LookupError[src]
impl Clone for LookupErrorfn clone(&self) -> LookupError[src]
fn clone(&self) -> LookupErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LookupError[src]
impl Debug for LookupErrorAuto Trait Implementations
impl Send for LookupError
impl Send for LookupErrorimpl Sync for LookupError
impl Sync for LookupError