#[repr(u32)]pub enum ErrorCode {
GenericError = 0,
}
Expand description
Auto-generated discriminant enum variants
Variants§
GenericError = 0
Implementations§
Source§impl LLVM_EVMCode
impl LLVM_EVMCode
Trait Implementations§
Source§impl AsRef<str> for LLVM_EVMCode
impl AsRef<str> for LLVM_EVMCode
Source§impl Clone for LLVM_EVMCode
impl Clone for LLVM_EVMCode
Source§fn clone(&self) -> LLVM_EVMCode
fn clone(&self) -> LLVM_EVMCode
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 LLVM_EVMCode
impl Debug for LLVM_EVMCode
Source§impl<'_enum> From<&'_enum LLVM_EVM> for LLVM_EVMCode
impl<'_enum> From<&'_enum LLVM_EVM> for LLVM_EVMCode
Source§fn from(val: &'_enum LLVM_EVM) -> LLVM_EVMCode
fn from(val: &'_enum LLVM_EVM) -> LLVM_EVMCode
Converts to this type from the input type.
Source§impl From<LLVM_EVM> for LLVM_EVMCode
impl From<LLVM_EVM> for LLVM_EVMCode
Source§fn from(val: LLVM_EVM) -> LLVM_EVMCode
fn from(val: LLVM_EVM) -> LLVM_EVMCode
Converts to this type from the input type.
Source§impl NamedError for LLVM_EVMCode
impl NamedError for LLVM_EVMCode
fn get_error_name(&self) -> String
Source§impl PartialEq for LLVM_EVMCode
impl PartialEq for LLVM_EVMCode
impl Copy for LLVM_EVMCode
impl Eq for LLVM_EVMCode
impl StructuralPartialEq for LLVM_EVMCode
Auto Trait Implementations§
impl Freeze for LLVM_EVMCode
impl RefUnwindSafe for LLVM_EVMCode
impl Send for LLVM_EVMCode
impl Sync for LLVM_EVMCode
impl Unpin for LLVM_EVMCode
impl UnwindSafe for LLVM_EVMCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more