Struct google_blogger3::BlogLocale [] [src]

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

The locale this Blog is set to.

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

Fields

The country this blog's locale is set to.

The language variant this blog is authored in.

The language this blog is authored in.

Trait Implementations

impl Default for BlogLocale
[src]

[src]

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

impl Clone for BlogLocale
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BlogLocale
[src]

[src]

Formats the value using the given formatter.

impl NestedType for BlogLocale
[src]

impl Part for BlogLocale
[src]