pub struct ApiConfigConstantsLanguage {
pub spoken_language_options: Option<HashMap<String, String>>,
}
Expand description
ApiConfigConstantsLanguage : Language-related constants
Fields§
§spoken_language_options: Option<HashMap<String, String>>
Supported spoken language options
Implementations§
Source§impl ApiConfigConstantsLanguage
impl ApiConfigConstantsLanguage
Sourcepub fn new() -> ApiConfigConstantsLanguage
pub fn new() -> ApiConfigConstantsLanguage
Language-related constants
Trait Implementations§
Source§impl Clone for ApiConfigConstantsLanguage
impl Clone for ApiConfigConstantsLanguage
Source§fn clone(&self) -> ApiConfigConstantsLanguage
fn clone(&self) -> ApiConfigConstantsLanguage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiConfigConstantsLanguage
impl Debug for ApiConfigConstantsLanguage
Source§impl Default for ApiConfigConstantsLanguage
impl Default for ApiConfigConstantsLanguage
Source§fn default() -> ApiConfigConstantsLanguage
fn default() -> ApiConfigConstantsLanguage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiConfigConstantsLanguage
impl<'de> Deserialize<'de> for ApiConfigConstantsLanguage
Source§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
impl StructuralPartialEq for ApiConfigConstantsLanguage
Auto Trait Implementations§
impl Freeze for ApiConfigConstantsLanguage
impl RefUnwindSafe for ApiConfigConstantsLanguage
impl Send for ApiConfigConstantsLanguage
impl Sync for ApiConfigConstantsLanguage
impl Unpin for ApiConfigConstantsLanguage
impl UnwindSafe for ApiConfigConstantsLanguage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more