Struct rusoto_alexaforbusiness::Sort[][src]

pub struct Sort {
    pub key: String,
    pub value: String,
}

An object representing a sort criteria.

Fields

The sort key of a sort object.

The sort value of a sort object.

Trait Implementations

impl Default for Sort
[src]

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

impl Debug for Sort
[src]

Formats the value using the given formatter. Read more

impl Clone for Sort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Sort
[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 Sort

impl Sync for Sort