Struct google_firestore1_beta1::WriteResult[][src]

pub struct WriteResult {
    pub update_time: Option<String>,
    pub transform_results: Option<Vec<Value>>,
}

The result of applying a write.

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

Fields

The last update time of the document after applying the write. Not set after a delete.

If the write did not actually change the document, this will be the previous update_time.

The results of applying each DocumentTransform.FieldTransform, in the same order.

Trait Implementations

impl Default for WriteResult
[src]

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

impl Clone for WriteResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WriteResult
[src]

Formats the value using the given formatter. Read more

impl Part for WriteResult
[src]

Auto Trait Implementations

impl Send for WriteResult

impl Sync for WriteResult