#[repr(u8)]pub enum AzUtilErrorCode {
FormatError = 1,
ParseError = 2,
NotFound = 3,
HashError = 4,
CodecError = 5,
UnexpectedEOF = 6,
}Variants§
Trait Implementations§
Source§impl AzError for AzUtilErrorCode
impl AzError for AzUtilErrorCode
Source§impl Clone for AzUtilErrorCode
impl Clone for AzUtilErrorCode
Source§fn clone(&self) -> AzUtilErrorCode
fn clone(&self) -> AzUtilErrorCode
Returns a duplicate 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 AzUtilErrorCode
impl Debug for AzUtilErrorCode
Source§impl Display for AzUtilErrorCode
impl Display for AzUtilErrorCode
Source§impl PartialEq for AzUtilErrorCode
impl PartialEq for AzUtilErrorCode
impl Copy for AzUtilErrorCode
impl Eq for AzUtilErrorCode
impl StructuralPartialEq for AzUtilErrorCode
Auto Trait Implementations§
impl Freeze for AzUtilErrorCode
impl RefUnwindSafe for AzUtilErrorCode
impl Send for AzUtilErrorCode
impl Sync for AzUtilErrorCode
impl Unpin for AzUtilErrorCode
impl UnsafeUnpin for AzUtilErrorCode
impl UnwindSafe for AzUtilErrorCode
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