pub struct AuthifierError {
pub type: RHashType,
pub with: String,
pub operation: String,
}Fields§
§type: RHashType§with: String§operation: StringImplementations§
Trait Implementations§
Source§impl Clone for AuthifierError
impl Clone for AuthifierError
Source§fn clone(&self) -> AuthifierError
fn clone(&self) -> AuthifierError
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 AuthifierError
impl Debug for AuthifierError
Source§impl Default for AuthifierError
impl Default for AuthifierError
Source§fn default() -> AuthifierError
fn default() -> AuthifierError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthifierError
impl<'de> Deserialize<'de> for AuthifierError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuthifierError
impl PartialEq for AuthifierError
Source§fn eq(&self, other: &AuthifierError) -> bool
fn eq(&self, other: &AuthifierError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthifierError
impl Serialize for AuthifierError
impl StructuralPartialEq for AuthifierError
Auto Trait Implementations§
impl Freeze for AuthifierError
impl RefUnwindSafe for AuthifierError
impl Send for AuthifierError
impl Sync for AuthifierError
impl Unpin for AuthifierError
impl UnsafeUnpin for AuthifierError
impl UnwindSafe for AuthifierError
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