Struct nom_sql::OrderClause[][src]

pub struct OrderClause {
    pub columns: Vec<(Column, OrderType)>,
}

Fields

Trait Implementations

impl Clone for OrderClause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderClause
[src]

Formats the value using the given formatter. Read more

impl Eq for OrderClause
[src]

impl Hash for OrderClause
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for OrderClause
[src]

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

This method tests for !=.

impl Display for OrderClause
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OrderClause

impl Sync for OrderClause