pub struct PlainAuthenticator { /* private fields */ }
Expand description
A simple mechanism to authenticate via PLAIN
Implementations§
Trait Implementations§
Source§impl Authenticator for PlainAuthenticator
impl Authenticator for PlainAuthenticator
Source§fn auth(&self) -> Option<String>
fn auth(&self) -> Option<String>
If provided, the return string will be added as an argument to the initial “AUTH” command. Read more
Auto Trait Implementations§
impl Freeze for PlainAuthenticator
impl RefUnwindSafe for PlainAuthenticator
impl Send for PlainAuthenticator
impl Sync for PlainAuthenticator
impl Unpin for PlainAuthenticator
impl UnwindSafe for PlainAuthenticator
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