pub struct SetLocaleOverrideParams {
pub locale: Option<String>,
}Expand description
Parameters for Emulation.setLocaleOverride.
Fields§
§locale: Option<String>ICU locale. Empty string disables the override.
Implementations§
Trait Implementations§
Source§impl Clone for SetLocaleOverrideParams
impl Clone for SetLocaleOverrideParams
Source§fn clone(&self) -> SetLocaleOverrideParams
fn clone(&self) -> SetLocaleOverrideParams
Returns a duplicate 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 SetLocaleOverrideParams
impl Debug for SetLocaleOverrideParams
Auto Trait Implementations§
impl Freeze for SetLocaleOverrideParams
impl RefUnwindSafe for SetLocaleOverrideParams
impl Send for SetLocaleOverrideParams
impl Sync for SetLocaleOverrideParams
impl Unpin for SetLocaleOverrideParams
impl UnwindSafe for SetLocaleOverrideParams
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