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