Struct google_blogger3::UserLocale [] [src]

pub struct UserLocale {
    pub country: Option<String>,
    pub variant: Option<String>,
    pub language: Option<String>,
}

This user's locale

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

Fields

The user's country setting.

The user's language variant setting.

The user's language setting.

Trait Implementations

impl Default for UserLocale
[src]

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

impl Clone for UserLocale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserLocale
[src]

Formats the value using the given formatter.

impl NestedType for UserLocale
[src]

impl Part for UserLocale
[src]