pub struct SaslAuthenticateCommand { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for SaslAuthenticateCommand
impl Debug for SaslAuthenticateCommand
source§impl Decoder for SaslAuthenticateCommand
impl Decoder for SaslAuthenticateCommand
source§impl Encoder for SaslAuthenticateCommand
impl Encoder for SaslAuthenticateCommand
source§impl From<SaslAuthenticateCommand> for RequestKind
impl From<SaslAuthenticateCommand> for RequestKind
source§fn from(cmd: SaslAuthenticateCommand) -> Self
fn from(cmd: SaslAuthenticateCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq for SaslAuthenticateCommand
impl PartialEq for SaslAuthenticateCommand
source§fn 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 ==
.impl Eq for SaslAuthenticateCommand
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§
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