pub struct SaslAuthenticateCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for SaslAuthenticateCommand
impl Command for SaslAuthenticateCommand
Source§impl Debug for SaslAuthenticateCommand
impl Debug for SaslAuthenticateCommand
Source§impl Decoder for SaslAuthenticateCommand
impl Decoder for SaslAuthenticateCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for SaslAuthenticateCommand
impl Encoder for SaslAuthenticateCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
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
impl Eq for SaslAuthenticateCommand
impl StructuralPartialEq for SaslAuthenticateCommand
Auto Trait Implementations§
impl Freeze for SaslAuthenticateCommand
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