Struct inquerest::Order [] [src]

pub struct Order {
    pub operand: Operand,
    pub direction: Option<Direction>,
    pub nulls_where: Option<NullsWhere>,
}

Fields

Trait Implementations

impl Debug for Order
[src]

Formats the value using the given formatter.

impl PartialEq for Order
[src]

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

This method tests for !=.

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more