Enum prew::postgresql::AuthenticationMessage
source · pub enum AuthenticationMessage {
AuthenticationOk,
Other,
}Variants§
Trait Implementations§
source§impl Clone for AuthenticationMessage
impl Clone for AuthenticationMessage
source§fn clone(&self) -> AuthenticationMessage
fn clone(&self) -> AuthenticationMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AuthenticationMessage
impl Debug for AuthenticationMessage
Auto Trait Implementations§
impl RefUnwindSafe for AuthenticationMessage
impl Send for AuthenticationMessage
impl Sync for AuthenticationMessage
impl Unpin for AuthenticationMessage
impl UnwindSafe for AuthenticationMessage
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