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