pub enum Event {
Show 29 variants
BeginExtended,
Bind,
Close,
Continue,
CopyBoth,
CopyData,
CopyDone,
CopyFail,
CopyIn,
CopyOut,
Describe,
DiscardComplete,
Error,
Execute,
Flush,
FunctionCall,
FunctionResponse,
Parse,
Query,
Ready,
ReadyClean,
ReadyDirty,
ReceiveCopyData,
ReceiveCopyDone,
Reset,
SendCopyData,
SendCopyDone,
Sync,
Terminate,
}Expand description
Events accepted by the generated protocol grammar.
Variants§
BeginExtended
The BeginExtended transition event.
Bind
The Bind transition event.
Close
The Close transition event.
Continue
The Continue transition event.
CopyBoth
The CopyBoth transition event.
CopyData
The CopyData transition event.
CopyDone
The CopyDone transition event.
CopyFail
The CopyFail transition event.
CopyIn
The CopyIn transition event.
CopyOut
The CopyOut transition event.
Describe
The Describe transition event.
DiscardComplete
The DiscardComplete transition event.
Error
The Error transition event.
Execute
The Execute transition event.
Flush
The Flush transition event.
FunctionCall
The FunctionCall transition event.
FunctionResponse
The FunctionResponse transition event.
Parse
The Parse transition event.
Query
The Query transition event.
Ready
The Ready transition event.
ReadyClean
The ReadyClean transition event.
ReadyDirty
The ReadyDirty transition event.
ReceiveCopyData
The ReceiveCopyData transition event.
ReceiveCopyDone
The ReceiveCopyDone transition event.
Reset
The Reset transition event.
SendCopyData
The SendCopyData transition event.
SendCopyDone
The SendCopyDone transition event.
Sync
The Sync transition event.
Terminate
The Terminate transition event.