pub struct CommandAuthenticate {
pub tag: Tag<'static>,
pub mechanism: AuthMechanism<'static>,
pub initial_response: Option<Secret<Cow<'static, [u8]>>>,
}
Fields§
§tag: Tag<'static>
§mechanism: AuthMechanism<'static>
§initial_response: Option<Secret<Cow<'static, [u8]>>>
Trait Implementations§
Source§impl Debug for CommandAuthenticate
impl Debug for CommandAuthenticate
Source§impl From<CommandAuthenticate> for Command<'static>
impl From<CommandAuthenticate> for Command<'static>
Source§fn from(command_authenticate: CommandAuthenticate) -> Self
fn from(command_authenticate: CommandAuthenticate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandAuthenticate
impl RefUnwindSafe for CommandAuthenticate
impl Send for CommandAuthenticate
impl Sync for CommandAuthenticate
impl Unpin for CommandAuthenticate
impl UnwindSafe for CommandAuthenticate
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