Struct sqlpop::ast::IndexedColumn [] [src]

pub struct IndexedColumn {
    pub col_name: Name,
    pub collation_name: Option<String>,
    pub order: Option<SortOrder>,
}

Fields

Trait Implementations

impl Clone for IndexedColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexedColumn
[src]

Formats the value using the given formatter.

impl PartialEq for IndexedColumn
[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 IndexedColumn
[src]