#[repr(u32)]pub enum ErrorCode {
GenericError = 0,
}
Expand description
Auto-generated discriminant enum variants
Variants§
GenericError = 0
Implementations§
Source§impl LLVM_EraCode
impl LLVM_EraCode
Trait Implementations§
Source§impl AsRef<str> for LLVM_EraCode
impl AsRef<str> for LLVM_EraCode
Source§impl Clone for LLVM_EraCode
impl Clone for LLVM_EraCode
Source§fn clone(&self) -> LLVM_EraCode
fn clone(&self) -> LLVM_EraCode
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_EraCode
impl Debug for LLVM_EraCode
Source§impl<'_enum> From<&'_enum LLVM_Era> for LLVM_EraCode
impl<'_enum> From<&'_enum LLVM_Era> for LLVM_EraCode
Source§fn from(val: &'_enum LLVM_Era) -> LLVM_EraCode
fn from(val: &'_enum LLVM_Era) -> LLVM_EraCode
Converts to this type from the input type.
Source§impl From<LLVM_Era> for LLVM_EraCode
impl From<LLVM_Era> for LLVM_EraCode
Source§fn from(val: LLVM_Era) -> LLVM_EraCode
fn from(val: LLVM_Era) -> LLVM_EraCode
Converts to this type from the input type.
Source§impl NamedError for LLVM_EraCode
impl NamedError for LLVM_EraCode
fn get_error_name(&self) -> String
Source§impl PartialEq for LLVM_EraCode
impl PartialEq for LLVM_EraCode
impl Copy for LLVM_EraCode
impl Eq for LLVM_EraCode
impl StructuralPartialEq for LLVM_EraCode
Auto Trait Implementations§
impl Freeze for LLVM_EraCode
impl RefUnwindSafe for LLVM_EraCode
impl Send for LLVM_EraCode
impl Sync for LLVM_EraCode
impl Unpin for LLVM_EraCode
impl UnwindSafe for LLVM_EraCode
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