Enum quandl_v3::prelude::Order [] [src]

pub enum Order {
    asc,
    desc,
}

Select the sort order with this enum. The default sort order is descending.

Variants

Ascending ordering, for time series this means the first entry is the earliest date.

Descending ordering, for time series this means the first entry if the latest date.

Trait Implementations

impl Debug for Order
[src]

Formats the value using the given formatter.

impl Copy for Order
[src]

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