pub enum ImapAuth {
Password(ImapSecret),
}Available on crate features
imap and wizard only.Expand description
IMAP authentication method.
Variants§
Password(ImapSecret)
Password authentication carrying the password secret.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImapAuth
impl RefUnwindSafe for ImapAuth
impl Send for ImapAuth
impl Sync for ImapAuth
impl Unpin for ImapAuth
impl UnsafeUnpin for ImapAuth
impl UnwindSafe for ImapAuth
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