pub enum AuditorErrorCode {
InvalidInput,
KeysUnavailable,
KeysMalformed,
PlatformResponse,
Internal,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AuditorErrorCode
impl Clone for AuditorErrorCode
Source§fn clone(&self) -> AuditorErrorCode
fn clone(&self) -> AuditorErrorCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuditorErrorCode
impl Debug for AuditorErrorCode
impl Eq for AuditorErrorCode
Source§impl PartialEq for AuditorErrorCode
impl PartialEq for AuditorErrorCode
Source§fn eq(&self, other: &AuditorErrorCode) -> bool
fn eq(&self, other: &AuditorErrorCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuditorErrorCode
Auto Trait Implementations§
impl Freeze for AuditorErrorCode
impl RefUnwindSafe for AuditorErrorCode
impl Send for AuditorErrorCode
impl Sync for AuditorErrorCode
impl Unpin for AuditorErrorCode
impl UnsafeUnpin for AuditorErrorCode
impl UnwindSafe for AuditorErrorCode
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