Enum msg_auth_status::auth::ptypes::AuthProperty
source · pub enum AuthProperty<'hdr> {
Smtp(AuthSmtp<'hdr>),
}Expand description
auth ptypes
Variants§
Trait Implementations§
source§impl<'hdr> Clone for AuthProperty<'hdr>
impl<'hdr> Clone for AuthProperty<'hdr>
source§fn clone(&self) -> AuthProperty<'hdr>
fn clone(&self) -> AuthProperty<'hdr>
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<'hdr> Debug for AuthProperty<'hdr>
impl<'hdr> Debug for AuthProperty<'hdr>
source§impl<'hdr> PartialEq for AuthProperty<'hdr>
impl<'hdr> PartialEq for AuthProperty<'hdr>
source§fn eq(&self, other: &AuthProperty<'hdr>) -> bool
fn eq(&self, other: &AuthProperty<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for AuthProperty<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for AuthProperty<'hdr>
impl<'hdr> RefUnwindSafe for AuthProperty<'hdr>
impl<'hdr> Send for AuthProperty<'hdr>
impl<'hdr> Sync for AuthProperty<'hdr>
impl<'hdr> Unpin for AuthProperty<'hdr>
impl<'hdr> UnwindSafe for AuthProperty<'hdr>
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