pub struct SaslAuthenticateRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub auth_bytes: Vec<u8>,
}Fields§
§correlation_id: i32§client_id: Option<String>§auth_bytes: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for SaslAuthenticateRequestV0
impl Clone for SaslAuthenticateRequestV0
Source§fn clone(&self) -> SaslAuthenticateRequestV0
fn clone(&self) -> SaslAuthenticateRequestV0
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 SaslAuthenticateRequestV0
impl Debug for SaslAuthenticateRequestV0
impl Eq for SaslAuthenticateRequestV0
impl StructuralPartialEq for SaslAuthenticateRequestV0
Auto Trait Implementations§
impl Freeze for SaslAuthenticateRequestV0
impl RefUnwindSafe for SaslAuthenticateRequestV0
impl Send for SaslAuthenticateRequestV0
impl Sync for SaslAuthenticateRequestV0
impl Unpin for SaslAuthenticateRequestV0
impl UnsafeUnpin for SaslAuthenticateRequestV0
impl UnwindSafe for SaslAuthenticateRequestV0
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