pub enum Event {
Show 30 variants
Bind,
Close,
CommandComplete,
Complete,
Continue,
CopyBoth,
CopyIn,
CopyOut,
Data,
Describe,
Discard,
Done,
Error,
Execute,
Fail,
Flush,
FunctionCall,
NoData,
Parse,
PortalSuspended,
Query,
Ready,
ReceiveData,
ReceiveDone,
Result,
RowDescription,
SendData,
SendDone,
Sync,
Terminate,
}Expand description
Events accepted by the generated protocol grammar.
Variants§
Bind
The Bind transition event.
Close
The Close transition event.
CommandComplete
The CommandComplete transition event.
Complete
The Complete transition event.
Continue
The Continue transition event.
CopyBoth
The CopyBoth transition event.
CopyIn
The CopyIn transition event.
CopyOut
The CopyOut transition event.
Data
The Data transition event.
Describe
The Describe transition event.
Discard
The Discard transition event.
Done
The Done transition event.
Error
The Error transition event.
Execute
The Execute transition event.
Fail
The Fail transition event.
Flush
The Flush transition event.
FunctionCall
The FunctionCall transition event.
NoData
The NoData transition event.
Parse
The Parse transition event.
PortalSuspended
The PortalSuspended transition event.
Query
The Query transition event.
Ready
The Ready transition event.
ReceiveData
The ReceiveData transition event.
ReceiveDone
The ReceiveDone transition event.
Result
The Result transition event.
RowDescription
The RowDescription transition event.
SendData
The SendData transition event.
SendDone
The SendDone transition event.
Sync
The Sync transition event.
Terminate
The Terminate transition event.