Struct google_people1::Locale[][src]

pub struct Locale {
    pub value: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's locale preference.

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

Fields

The well-formed IETF BCP 47 language tag representing the locale.

Metadata about the locale.

Trait Implementations

impl Default for Locale
[src]

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

impl Clone for Locale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Locale
[src]

Formats the value using the given formatter. Read more

impl Part for Locale
[src]

Auto Trait Implementations

impl Send for Locale

impl Sync for Locale