Enum postgres::stmt::Format [] [src]

pub enum Format {
    Text,
    Binary,
}

The format of a portion of COPY query data.

Variants

Text

A text based format.

Binary

A binary format.

Trait Implementations

Derived Implementations

impl Eq for Format
[src]

impl PartialEq for Format
[src]

fn eq(&self, __arg_0: &Format) -> bool

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl Clone for Format
[src]

fn clone(&self) -> Format

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for Format
[src]

impl Debug for Format
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result