Struct google_datastore1::ReadOnly[][src]

pub struct ReadOnly { /* fields omitted */ }

Options specific to read-only transactions.

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

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