pub enum ClearGeolocationOverrideMethod {
ClearGeolocationOverride,
}Variants§
ClearGeolocationOverride
Trait Implementations§
Source§impl Clone for ClearGeolocationOverrideMethod
impl Clone for ClearGeolocationOverrideMethod
Source§fn clone(&self) -> ClearGeolocationOverrideMethod
fn clone(&self) -> ClearGeolocationOverrideMethod
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<'de> Deserialize<'de> for ClearGeolocationOverrideMethod
impl<'de> Deserialize<'de> for ClearGeolocationOverrideMethod
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 PartialEq for ClearGeolocationOverrideMethod
impl PartialEq for ClearGeolocationOverrideMethod
Source§fn eq(&self, other: &ClearGeolocationOverrideMethod) -> bool
fn eq(&self, other: &ClearGeolocationOverrideMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClearGeolocationOverrideMethod
Auto Trait Implementations§
impl Freeze for ClearGeolocationOverrideMethod
impl RefUnwindSafe for ClearGeolocationOverrideMethod
impl Send for ClearGeolocationOverrideMethod
impl Sync for ClearGeolocationOverrideMethod
impl Unpin for ClearGeolocationOverrideMethod
impl UnsafeUnpin for ClearGeolocationOverrideMethod
impl UnwindSafe for ClearGeolocationOverrideMethod
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