Fields
method: Stringdata: BytesTrait Implementations
sourceimpl Clone for SaslInitialResponse
impl Clone for SaslInitialResponse
sourcefn clone(&self) -> SaslInitialResponse
fn clone(&self) -> SaslInitialResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SaslInitialResponse
impl Debug for SaslInitialResponse
sourceimpl PartialEq<SaslInitialResponse> for SaslInitialResponse
impl PartialEq<SaslInitialResponse> for SaslInitialResponse
sourcefn eq(&self, other: &SaslInitialResponse) -> bool
fn eq(&self, other: &SaslInitialResponse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SaslInitialResponse) -> bool
fn ne(&self, other: &SaslInitialResponse) -> bool
This method tests for !=.
impl Eq for SaslInitialResponse
impl StructuralEq for SaslInitialResponse
impl StructuralPartialEq for SaslInitialResponse
Auto Trait Implementations
impl RefUnwindSafe for SaslInitialResponse
impl Send for SaslInitialResponse
impl Sync for SaslInitialResponse
impl Unpin for SaslInitialResponse
impl UnwindSafe for SaslInitialResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more