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