Struct postgres_protocol::message::backend::AuthenticationSaslBody
source · [−]pub struct AuthenticationSaslBody(_);
Implementations
sourceimpl AuthenticationSaslBody
impl AuthenticationSaslBody
pub fn mechanisms(&self) -> SaslMechanisms<'_>
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationSaslBody
impl Send for AuthenticationSaslBody
impl Sync for AuthenticationSaslBody
impl Unpin for AuthenticationSaslBody
impl UnwindSafe for AuthenticationSaslBody
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