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 values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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