Struct google_firestore1_beta1::ReadOnly[][src]

pub struct ReadOnly {
    pub read_time: Option<String>,
}

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

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

Fields

Reads documents at the given time. This may not be older than 60 seconds.

Trait Implementations

impl Default for ReadOnly
[src]

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

impl Clone for ReadOnly
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadOnly
[src]

Formats the value using the given formatter. Read more

impl Part for ReadOnly
[src]

Auto Trait Implementations

impl Send for ReadOnly

impl Sync for ReadOnly