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