pub struct AuthenticationMessageBuilder<'a> {
pub status: <i32 as DataType>::BuilderForStruct<'a>,
}Expand description
The AuthenticationMessage struct is a base for all Postgres authentication messages.
Fields§
§status: <i32 as DataType>::BuilderForStruct<'a>Specifies that the authentication was successful.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for AuthenticationMessageBuilder<'a>
impl<'a> Debug for AuthenticationMessageBuilder<'a>
Source§impl<'a> Default for AuthenticationMessageBuilder<'a>
impl<'a> Default for AuthenticationMessageBuilder<'a>
Source§fn default() -> AuthenticationMessageBuilder<'a>
fn default() -> AuthenticationMessageBuilder<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> PartialEq for AuthenticationMessageBuilder<'a>
impl<'a> PartialEq for AuthenticationMessageBuilder<'a>
Source§fn eq(&self, other: &AuthenticationMessageBuilder<'a>) -> bool
fn eq(&self, other: &AuthenticationMessageBuilder<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> Eq for AuthenticationMessageBuilder<'a>
impl<'a> StructuralPartialEq for AuthenticationMessageBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticationMessageBuilder<'a>
impl<'a> RefUnwindSafe for AuthenticationMessageBuilder<'a>
impl<'a> Send for AuthenticationMessageBuilder<'a>
impl<'a> Sync for AuthenticationMessageBuilder<'a>
impl<'a> Unpin for AuthenticationMessageBuilder<'a>
impl<'a> UnwindSafe for AuthenticationMessageBuilder<'a>
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