Enum mail_auth::IprevResult
source · Variants§
Trait Implementations§
source§impl AsAuthResult for IprevResult
impl AsAuthResult for IprevResult
fn as_auth_result(&self, header: &mut String)
source§impl Clone for IprevResult
impl Clone for IprevResult
source§fn clone(&self) -> IprevResult
fn clone(&self) -> IprevResult
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 IprevResult
impl Debug for IprevResult
source§impl Display for IprevResult
impl Display for IprevResult
source§impl From<Error> for IprevResult
impl From<Error> for IprevResult
source§impl PartialEq<IprevResult> for IprevResult
impl PartialEq<IprevResult> for IprevResult
source§fn eq(&self, other: &IprevResult) -> bool
fn eq(&self, other: &IprevResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.