Struct google_datastore1::ArrayValue[][src]

pub struct ArrayValue {
    pub values: Option<Vec<Value>>,
}

An array value.

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

Fields

Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.

Trait Implementations

impl Default for ArrayValue
[src]

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

impl Clone for ArrayValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArrayValue
[src]

Formats the value using the given formatter. Read more

impl Part for ArrayValue
[src]

Auto Trait Implementations

impl Send for ArrayValue

impl Sync for ArrayValue