Struct rusoto_glue::Order[][src]

pub struct Order {
    pub column: String,
    pub sort_order: i64,
}

Specifies the sort order of a sorted column.

Fields

The name of the column.

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

Trait Implementations

impl Default for Order
[src]

Returns the "default value" for a type. Read more

impl Debug for Order
[src]

Formats the value using the given formatter. Read more

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.

Auto Trait Implementations

impl Send for Order

impl Sync for Order