Struct mail_auth::report::AuthResult
source · pub struct AuthResult { /* private fields */ }Trait Implementations§
source§impl Clone for AuthResult
impl Clone for AuthResult
source§fn clone(&self) -> AuthResult
fn clone(&self) -> AuthResult
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 AuthResult
impl Debug for AuthResult
source§impl Default for AuthResult
impl Default for AuthResult
source§fn default() -> AuthResult
fn default() -> AuthResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthResult
impl<'de> Deserialize<'de> for AuthResult
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 Hash for AuthResult
impl Hash for AuthResult
source§impl PartialEq<AuthResult> for AuthResult
impl PartialEq<AuthResult> for AuthResult
source§fn eq(&self, other: &AuthResult) -> bool
fn eq(&self, other: &AuthResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.