pub struct SaslHandshakeResponse {
pub mechanisms: Vec<String>,
/* private fields */
}
Fields§
§mechanisms: Vec<String>
Implementations§
source§impl SaslHandshakeResponse
impl SaslHandshakeResponse
pub fn mechanisms(&self) -> &Vec<String>
Trait Implementations§
source§impl Debug for SaslHandshakeResponse
impl Debug for SaslHandshakeResponse
source§impl Decoder for SaslHandshakeResponse
impl Decoder for SaslHandshakeResponse
source§impl FromResponse for SaslHandshakeResponse
impl FromResponse for SaslHandshakeResponse
fn from_response(response: Response) -> Option<Self>
source§impl PartialEq for SaslHandshakeResponse
impl PartialEq for SaslHandshakeResponse
source§fn 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 ==
.impl Eq for SaslHandshakeResponse
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§
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