pub struct SaslAuthenticateRequestV1 {
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 SaslAuthenticateRequestV1
impl Clone for SaslAuthenticateRequestV1
Source§fn clone(&self) -> SaslAuthenticateRequestV1
fn clone(&self) -> SaslAuthenticateRequestV1
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 SaslAuthenticateRequestV1
impl Debug for SaslAuthenticateRequestV1
impl Eq for SaslAuthenticateRequestV1
impl StructuralPartialEq for SaslAuthenticateRequestV1
Auto Trait Implementations§
impl Freeze for SaslAuthenticateRequestV1
impl RefUnwindSafe for SaslAuthenticateRequestV1
impl Send for SaslAuthenticateRequestV1
impl Sync for SaslAuthenticateRequestV1
impl Unpin for SaslAuthenticateRequestV1
impl UnsafeUnpin for SaslAuthenticateRequestV1
impl UnwindSafe for SaslAuthenticateRequestV1
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