pub enum Frontend {
Show 17 variants
Bind,
Close,
CopyData,
CopyDone,
CopyFail,
Describe,
Execute,
Flush,
FunctionCall,
GSSResponse,
Parse,
PasswordMessage,
Query,
SASLInitialResponse,
SASLResponse,
Sync,
Terminate,
}Expand description
The Frontend message group contains messages sent from the frontend to the backend.
Variants§
Bind
Matched Bind
Close
Matched Close
CopyData
Matched CopyData
CopyDone
Matched CopyDone
CopyFail
Matched CopyFail
Describe
Matched Describe
Execute
Matched Execute
Flush
Matched Flush
FunctionCall
Matched FunctionCall
GSSResponse
Matched GSSResponse
Parse
Matched Parse
PasswordMessage
Matched PasswordMessage
Query
Matched Query
SASLInitialResponse
Matched SASLInitialResponse
SASLResponse
Matched SASLResponse
Sync
Matched Sync
Terminate
Matched Terminate
Implementations§
Trait Implementations§
impl Copy for Frontend
impl Eq for Frontend
impl StructuralPartialEq for Frontend
Auto Trait Implementations§
impl Freeze for Frontend
impl RefUnwindSafe for Frontend
impl Send for Frontend
impl Sync for Frontend
impl Unpin for Frontend
impl UnwindSafe for Frontend
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