Struct google_firestore1_beta1::GoogleFirestoreAdminV1beta1IndexField[][src]

pub struct GoogleFirestoreAdminV1beta1IndexField {
    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 GoogleFirestoreAdminV1beta1IndexField
[src]

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

impl Clone for GoogleFirestoreAdminV1beta1IndexField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleFirestoreAdminV1beta1IndexField
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleFirestoreAdminV1beta1IndexField
[src]

Auto Trait Implementations