pub struct SaslAuthenticateCommand { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for SaslAuthenticateCommand
impl Debug for SaslAuthenticateCommand
sourceimpl Decoder for SaslAuthenticateCommand
impl Decoder for SaslAuthenticateCommand
sourceimpl Encoder for SaslAuthenticateCommand
impl Encoder for SaslAuthenticateCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<SaslAuthenticateCommand> for RequestKind
impl From<SaslAuthenticateCommand> for RequestKind
sourcefn from(cmd: SaslAuthenticateCommand) -> Self
fn from(cmd: SaslAuthenticateCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SaslAuthenticateCommand> for SaslAuthenticateCommand
impl PartialEq<SaslAuthenticateCommand> for SaslAuthenticateCommand
sourcefn eq(&self, other: &SaslAuthenticateCommand) -> bool
fn eq(&self, other: &SaslAuthenticateCommand) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SaslAuthenticateCommand) -> bool
fn ne(&self, other: &SaslAuthenticateCommand) -> bool
This method tests for !=
.
impl StructuralPartialEq for SaslAuthenticateCommand
Auto Trait Implementations
impl RefUnwindSafe for SaslAuthenticateCommand
impl Send for SaslAuthenticateCommand
impl Sync for SaslAuthenticateCommand
impl Unpin for SaslAuthenticateCommand
impl UnwindSafe for SaslAuthenticateCommand
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