Enum mail_auth::IprevResult
source · pub enum IprevResult {
Pass,
Fail(Error),
TempError(Error),
PermError(Error),
None,
}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 for IprevResult
impl PartialEq 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 ==.impl Eq for IprevResult
impl StructuralPartialEq for IprevResult
Auto Trait Implementations§
impl Freeze for IprevResult
impl RefUnwindSafe for IprevResult
impl Send for IprevResult
impl Sync for IprevResult
impl Unpin for IprevResult
impl UnwindSafe for IprevResult
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