pub struct SaslAuthenticateResponseV0 {
pub error_code: i16,
pub error_message: Option<String>,
pub auth_bytes: Vec<u8>,
}Fields§
§error_code: i16§error_message: Option<String>§auth_bytes: Vec<u8>Implementations§
Source§impl SaslAuthenticateResponseV0
impl SaslAuthenticateResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for SaslAuthenticateResponseV0
impl Clone for SaslAuthenticateResponseV0
Source§fn clone(&self) -> SaslAuthenticateResponseV0
fn clone(&self) -> SaslAuthenticateResponseV0
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 SaslAuthenticateResponseV0
impl Debug for SaslAuthenticateResponseV0
impl Eq for SaslAuthenticateResponseV0
impl StructuralPartialEq for SaslAuthenticateResponseV0
Auto Trait Implementations§
impl Freeze for SaslAuthenticateResponseV0
impl RefUnwindSafe for SaslAuthenticateResponseV0
impl Send for SaslAuthenticateResponseV0
impl Sync for SaslAuthenticateResponseV0
impl Unpin for SaslAuthenticateResponseV0
impl UnsafeUnpin for SaslAuthenticateResponseV0
impl UnwindSafe for SaslAuthenticateResponseV0
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