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