pub enum PostgresMessageType {
StartupMessage = 0,
Query = 81,
Terminate = 88,
PasswordMessage = 112,
}Expand description
PostgreSQL message types
Variants§
Trait Implementations§
Source§impl Clone for PostgresMessageType
impl Clone for PostgresMessageType
Source§fn clone(&self) -> PostgresMessageType
fn clone(&self) -> PostgresMessageType
Returns a duplicate 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 PostgresMessageType
impl Debug for PostgresMessageType
Source§impl PartialEq for PostgresMessageType
impl PartialEq for PostgresMessageType
impl StructuralPartialEq for PostgresMessageType
Auto Trait Implementations§
impl Freeze for PostgresMessageType
impl RefUnwindSafe for PostgresMessageType
impl Send for PostgresMessageType
impl Sync for PostgresMessageType
impl Unpin for PostgresMessageType
impl UnwindSafe for PostgresMessageType
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