Struct google_firestore1_beta1::FieldReference[][src]

pub struct FieldReference {
    pub field_path: Option<String>,
}

A reference to a field, such as max(messages.time) as max_time.

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

Fields

no description provided

Trait Implementations

impl Default for FieldReference
[src]

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

impl Clone for FieldReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldReference
[src]

Formats the value using the given formatter. Read more

impl Part for FieldReference
[src]

Auto Trait Implementations