Enum msg_auth_status::auth::ptypes::AuthSmtp
source · pub enum AuthSmtp<'hdr> {
MailFrom(&'hdr str),
Auth(&'hdr str),
}Expand description
auth smtp.* properties
Variants§
Trait Implementations§
source§impl<'hdr> PartialEq for AuthSmtp<'hdr>
impl<'hdr> PartialEq for AuthSmtp<'hdr>
impl<'hdr> StructuralPartialEq for AuthSmtp<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for AuthSmtp<'hdr>
impl<'hdr> RefUnwindSafe for AuthSmtp<'hdr>
impl<'hdr> Send for AuthSmtp<'hdr>
impl<'hdr> Sync for AuthSmtp<'hdr>
impl<'hdr> Unpin for AuthSmtp<'hdr>
impl<'hdr> UnwindSafe for AuthSmtp<'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