pub struct LanguageSettings {
pub display_language: Option<String>,
}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. For a table of sample values, see Manage language settings. 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§
Source§impl Clone for LanguageSettings
impl Clone for LanguageSettings
Source§fn clone(&self) -> LanguageSettings
fn clone(&self) -> LanguageSettings
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more