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