Struct google_gmail1::api::LanguageSettings [−][src]
Expand description
Language settings for an account. These settings correspond to the “Language settings” feature in the web interface.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- settings get language users (response)
- settings update language users (request|response)
Fields
display_language: Option<String>The language to display Gmail in, formatted as an RFC 3066 Language Tag (for example en-GB, fr or ja for British English, French, or Japanese respectively). The set of languages supported by Gmail evolves over time, so please refer to the “Language” dropdown in the Gmail settings for all available options, as described in the language settings help article. A table of sample values is also provided in the Managing Language Settings guide Not all Gmail clients can display the same set of languages. In the case that a user’s display language is not available for use on a particular client, said client automatically chooses to display in the closest supported variant (or a reasonable default).
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LanguageSettings
impl Send for LanguageSettings
impl Sync for LanguageSettings
impl Unpin for LanguageSettings
impl UnwindSafe for LanguageSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more