#[repr(u32)]pub enum ErrorCode {
GenericError = 0,
}
Expand description
Auto-generated discriminant enum variants
Variants§
GenericError = 0
Implementations§
Trait Implementations§
Source§impl NamedError for EraVMCode
impl NamedError for EraVMCode
fn get_error_name(&self) -> String
impl Copy for EraVMCode
impl Eq for EraVMCode
impl StructuralPartialEq for EraVMCode
Auto Trait Implementations§
impl Freeze for EraVMCode
impl RefUnwindSafe for EraVMCode
impl Send for EraVMCode
impl Sync for EraVMCode
impl Unpin for EraVMCode
impl UnwindSafe for EraVMCode
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