Struct postgres_protocol::message::backend::AuthenticationSaslBody
source · pub struct AuthenticationSaslBody(/* private fields */);
Implementations§
source§impl AuthenticationSaslBody
impl AuthenticationSaslBody
pub fn mechanisms(&self) -> SaslMechanisms<'_>
Auto Trait Implementations§
impl !Freeze for AuthenticationSaslBody
impl RefUnwindSafe for AuthenticationSaslBody
impl Send for AuthenticationSaslBody
impl Sync for AuthenticationSaslBody
impl Unpin for AuthenticationSaslBody
impl UnwindSafe for AuthenticationSaslBody
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