pub struct SetLocaleCommandMsg {
pub language: Ustr,
pub country: Ustr,
}Fields§
§language: Ustr§country: UstrImplementations§
Source§impl SetLocaleCommandMsg
impl SetLocaleCommandMsg
Sourcepub fn builder() -> SetLocaleCommandMsgBuilder
pub fn builder() -> SetLocaleCommandMsgBuilder
Create an instance of SetLocaleCommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for SetLocaleCommandMsg
impl Clone for SetLocaleCommandMsg
impl Copy for SetLocaleCommandMsg
Source§impl Debug for SetLocaleCommandMsg
impl Debug for SetLocaleCommandMsg
Source§impl<'de> Deserialize<'de> for SetLocaleCommandMsg
impl<'de> Deserialize<'de> for SetLocaleCommandMsg
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
Auto Trait Implementations§
impl Freeze for SetLocaleCommandMsg
impl RefUnwindSafe for SetLocaleCommandMsg
impl Send for SetLocaleCommandMsg
impl Sync for SetLocaleCommandMsg
impl Unpin for SetLocaleCommandMsg
impl UnsafeUnpin for SetLocaleCommandMsg
impl UnwindSafe for SetLocaleCommandMsg
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