Fields
mechanisms: Vec<String>Implementations
sourceimpl SaslHandshakeResponse
 
impl SaslHandshakeResponse
pub fn mechanisms(&self) -> &Vec<String>
Trait Implementations
sourceimpl Debug for SaslHandshakeResponse
 
impl Debug for SaslHandshakeResponse
sourceimpl Decoder for SaslHandshakeResponse
 
impl Decoder for SaslHandshakeResponse
sourceimpl FromResponse for SaslHandshakeResponse
 
impl FromResponse for SaslHandshakeResponse
fn from_response(response: Response) -> Option<Self>
sourceimpl PartialEq<SaslHandshakeResponse> for SaslHandshakeResponse
 
impl PartialEq<SaslHandshakeResponse> for SaslHandshakeResponse
sourcefn eq(&self, other: &SaslHandshakeResponse) -> bool
 
fn eq(&self, other: &SaslHandshakeResponse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SaslHandshakeResponse) -> bool
 
fn ne(&self, other: &SaslHandshakeResponse) -> bool
This method tests for !=.
impl StructuralPartialEq for SaslHandshakeResponse
Auto Trait Implementations
impl RefUnwindSafe for SaslHandshakeResponse
impl Send for SaslHandshakeResponse
impl Sync for SaslHandshakeResponse
impl Unpin for SaslHandshakeResponse
impl UnwindSafe for SaslHandshakeResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more