Enum mailin_embedded::AuthMechanism
source · pub enum AuthMechanism {
Plain,
}Expand description
Supported authentication mechanisms
Variants§
Plain
Plain user/password over TLS
Trait Implementations§
source§impl Clone for AuthMechanism
impl Clone for AuthMechanism
source§fn clone(&self) -> AuthMechanism
fn clone(&self) -> AuthMechanism
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 AuthMechanism
impl Debug for AuthMechanism
source§impl PartialEq<AuthMechanism> for AuthMechanism
impl PartialEq<AuthMechanism> for AuthMechanism
source§fn eq(&self, other: &AuthMechanism) -> bool
fn eq(&self, other: &AuthMechanism) -> bool
This method tests for
self and other values to be equal, and is used
by ==.