Enum pgsql_builder::Dir [] [src]

pub enum Dir {
    Asc,
    Desc,
}

Variants

Trait Implementations

impl Debug for Dir
[src]

Formats the value using the given formatter.

impl Display for Dir
[src]

Formats the value using the given formatter. Read more