pub struct SetLocaleOverride {
pub locale: Option<String>,
}Fields§
§locale: Option<String>Trait Implementations§
Source§impl Clone for SetLocaleOverride
impl Clone for SetLocaleOverride
Source§fn clone(&self) -> SetLocaleOverride
fn clone(&self) -> SetLocaleOverride
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 SetLocaleOverride
impl Debug for SetLocaleOverride
Source§impl<'de> Deserialize<'de> for SetLocaleOverride
impl<'de> Deserialize<'de> for SetLocaleOverride
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
Source§impl Method for SetLocaleOverride
impl Method for SetLocaleOverride
const NAME: &'static str = "Emulation.setLocaleOverride"
type ReturnObject = SetLocaleOverrideReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetLocaleOverride
impl PartialEq for SetLocaleOverride
Source§impl Serialize for SetLocaleOverride
impl Serialize for SetLocaleOverride
impl StructuralPartialEq for SetLocaleOverride
Auto Trait Implementations§
impl Freeze for SetLocaleOverride
impl RefUnwindSafe for SetLocaleOverride
impl Send for SetLocaleOverride
impl Sync for SetLocaleOverride
impl Unpin for SetLocaleOverride
impl UnwindSafe for SetLocaleOverride
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