Struct google_firestore1_beta1::FieldTransform[][src]

pub struct FieldTransform {
    pub field_path: Option<String>,
    pub set_to_server_value: Option<String>,
}

A transformation of a field of the document.

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

Fields

The path of the field. See Document.fields for the field path syntax reference.

Sets the field to the given server value.

Trait Implementations

impl Default for FieldTransform
[src]

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

impl Clone for FieldTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldTransform
[src]

Formats the value using the given formatter. Read more

impl Part for FieldTransform
[src]

Auto Trait Implementations