Struct google_firestore1_beta1::ReadWrite[][src]

pub struct ReadWrite {
    pub retry_transaction: Option<String>,
}

Options for a transaction that can be used to read and write documents.

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

Fields

An optional transaction to retry.

Trait Implementations

impl Default for ReadWrite
[src]

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

impl Clone for ReadWrite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadWrite
[src]

Formats the value using the given formatter. Read more

impl Part for ReadWrite
[src]

Auto Trait Implementations

impl Send for ReadWrite

impl Sync for ReadWrite