Struct google_firestore1_beta1::IndexField[][src]

pub struct IndexField {
    pub field_path: Option<String>,
    pub mode: Option<String>,
}

A field of an index.

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

Fields

The path of the field. Must match the field path specification described by google.firestore.v1beta1.Document.fields. Special field path __name__ may be used by itself or at the end of a path. __type__ may be used only at the end of path.

The field's mode.

Trait Implementations

impl Default for IndexField
[src]

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

impl Clone for IndexField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexField
[src]

Formats the value using the given formatter. Read more

impl Part for IndexField
[src]

Auto Trait Implementations

impl Send for IndexField

impl Sync for IndexField