pub struct SaslHandshakeResponseV1 {
pub error_code: i16,
pub mechanisms: Vec<String>,
}Fields§
§error_code: i16§mechanisms: Vec<String>Implementations§
Source§impl SaslHandshakeResponseV1
impl SaslHandshakeResponseV1
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for SaslHandshakeResponseV1
impl Clone for SaslHandshakeResponseV1
Source§fn clone(&self) -> SaslHandshakeResponseV1
fn clone(&self) -> SaslHandshakeResponseV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SaslHandshakeResponseV1
impl Debug for SaslHandshakeResponseV1
impl Eq for SaslHandshakeResponseV1
Source§impl PartialEq for SaslHandshakeResponseV1
impl PartialEq for SaslHandshakeResponseV1
impl StructuralPartialEq for SaslHandshakeResponseV1
Auto Trait Implementations§
impl Freeze for SaslHandshakeResponseV1
impl RefUnwindSafe for SaslHandshakeResponseV1
impl Send for SaslHandshakeResponseV1
impl Sync for SaslHandshakeResponseV1
impl Unpin for SaslHandshakeResponseV1
impl UnsafeUnpin for SaslHandshakeResponseV1
impl UnwindSafe for SaslHandshakeResponseV1
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