Struct rusoto_discovery::OrderByElement [] [src]

pub struct OrderByElement {
    pub field_name: String,
    pub sort_order: Option<String>,
}

A field and direction for ordered output.

Fields

The field on which to order.

Ordering direction.

Trait Implementations

impl Default for OrderByElement
[src]

[src]

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

impl Debug for OrderByElement
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderByElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations