Enum pleingres::Wait[][src]

#[repr(u8)]
pub enum Wait { CommandComplete, Parse, Bind, Ready, CloseComplete, }

A readiness signal sent by the server.

Variants

The last statement was executed.

The last parse command is done.

The last bind command is done.

The server is ready for the next query.

The last close command was completed.

Trait Implementations

impl Debug for Wait
[src]

Formats the value using the given formatter. Read more

impl Copy for Wait
[src]

impl Clone for Wait
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Wait
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Wait
[src]

Auto Trait Implementations

impl Send for Wait

impl Sync for Wait