Enum cranelift_codegen::data_value::DataValueCastFailure [−][src]
Expand description
Record failures to cast DataValue.
Variants
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DataValueCastFailure
impl Send for DataValueCastFailure
impl Sync for DataValueCastFailure
impl Unpin for DataValueCastFailure
impl UnwindSafe for DataValueCastFailure