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]

[src]

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

impl Clone for ReadOnly
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReadOnly
[src]

[src]

Formats the value using the given formatter.

impl Part for ReadOnly
[src]