Enum cranelift_codegen::isa::LookupError
source · pub enum LookupError {
SupportDisabled,
Unsupported,
}Expand description
Describes reason for target lookup failure
Variants§
SupportDisabled
Support for this target was disabled in the current build.
Unsupported
Support for this target has not yet been implemented.
Trait Implementations§
source§impl Clone for LookupError
impl Clone for LookupError
source§fn clone(&self) -> LookupError
fn clone(&self) -> LookupError
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 moresource§impl Debug for LookupError
impl Debug for LookupError
source§impl Display for LookupError
impl Display for LookupError
source§impl Fail for LookupError
impl Fail for LookupError
source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more