Struct google_datastore1::ReadWrite[][src]

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

Options specific to read / write transactions.

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

Fields

The transaction identifier of the transaction being retried.

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