pub struct PlainServer { /* private fields */ }
Expand description
A server implementation of the PLAIN authentication mechanism, as described in RFC 4616.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainServer
impl !RefUnwindSafe for PlainServer
impl !Send for PlainServer
impl !Sync for PlainServer
impl Unpin for PlainServer
impl !UnwindSafe for PlainServer
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