Struct google_firestore1_beta1::Order[][src]

pub struct Order {
    pub field: Option<FieldReference>,
    pub direction: Option<String>,
}

An order on a field.

This type is not used in any activity, and only used as part of another schema.

Fields

The field to order by.

The direction to order by. Defaults to ASCENDING.

Trait Implementations

impl Default for Order
[src]

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

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Order
[src]

Formats the value using the given formatter. Read more

impl Part for Order
[src]

Auto Trait Implementations

impl Send for Order

impl Sync for Order