pub struct SaslMechanisms {
pub sasl_server_mechanisms: Symbols,
}
Fields§
§sasl_server_mechanisms: Symbols
Implementations§
Source§impl SaslMechanisms
impl SaslMechanisms
pub fn sasl_server_mechanisms(&self) -> &Symbols
Trait Implementations§
Source§impl Clone for SaslMechanisms
impl Clone for SaslMechanisms
Source§fn clone(&self) -> SaslMechanisms
fn clone(&self) -> SaslMechanisms
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SaslMechanisms
impl Debug for SaslMechanisms
Source§impl Encode for SaslMechanisms
impl Encode for SaslMechanisms
Source§impl From<SaslMechanisms> for SaslFrame
impl From<SaslMechanisms> for SaslFrame
Source§fn from(item: SaslMechanisms) -> SaslFrame
fn from(item: SaslMechanisms) -> SaslFrame
Converts to this type from the input type.
Source§impl PartialEq for SaslMechanisms
impl PartialEq for SaslMechanisms
impl StructuralPartialEq for SaslMechanisms
Auto Trait Implementations§
impl Freeze for SaslMechanisms
impl RefUnwindSafe for SaslMechanisms
impl Send for SaslMechanisms
impl Sync for SaslMechanisms
impl Unpin for SaslMechanisms
impl UnwindSafe for SaslMechanisms
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