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 duplicate 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>
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