Struct google_firestore1_beta1::MapValue[][src]

pub struct MapValue {
    pub fields: Option<HashMap<String, Value>>,
}

A map value.

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

Fields

The map's fields.

The map keys represent field names. Field names matching the regular expression __.*__ are reserved. Reserved field names are forbidden except in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.

Trait Implementations

impl Default for MapValue
[src]

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

impl Clone for MapValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MapValue
[src]

Formats the value using the given formatter. Read more

impl Part for MapValue
[src]

Auto Trait Implementations

impl Send for MapValue

impl Sync for MapValue