pub enum FrontendMessageType {
}
Variants§
Query(Query)
Bind(Bind)
Close(Close)
Describe(Describe)
Execute(Execute)
FunctionCall(FunctionCall)
CopyFail(CopyFail)
CopyData(CopyData)
CopyDone(CopyDone)
Flush(Flush)
Parse(Parse)
Sync(Sync)
Terminate(Terminate)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrontendMessageType
impl RefUnwindSafe for FrontendMessageType
impl Send for FrontendMessageType
impl Sync for FrontendMessageType
impl Unpin for FrontendMessageType
impl UnwindSafe for FrontendMessageType
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