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