Struct sasl::client::mechanisms::Plain
source · pub struct Plain { /* private fields */ }
Expand description
A struct for the SASL PLAIN mechanism.
Implementations§
Trait Implementations§
source§impl Mechanism for Plain
impl Mechanism for Plain
source§fn from_credentials(credentials: Credentials) -> Result<Plain, MechanismError>
fn from_credentials(credentials: Credentials) -> Result<Plain, MechanismError>
Creates this mechanism from
Credentials
.Auto Trait Implementations§
impl Freeze for Plain
impl RefUnwindSafe for Plain
impl Send for Plain
impl Sync for Plain
impl Unpin for Plain
impl UnwindSafe for Plain
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