pub struct ClearGeolocationOverrideBuilder;Implementations§
Source§impl ClearGeolocationOverrideBuilder
impl ClearGeolocationOverrideBuilder
pub fn new() -> Self
pub fn build(self) -> ClearGeolocationOverride
Trait Implementations§
Source§impl Clone for ClearGeolocationOverrideBuilder
impl Clone for ClearGeolocationOverrideBuilder
Source§fn clone(&self) -> ClearGeolocationOverrideBuilder
fn clone(&self) -> ClearGeolocationOverrideBuilder
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 Default for ClearGeolocationOverrideBuilder
impl Default for ClearGeolocationOverrideBuilder
Source§fn default() -> ClearGeolocationOverrideBuilder
fn default() -> ClearGeolocationOverrideBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClearGeolocationOverrideBuilder
impl RefUnwindSafe for ClearGeolocationOverrideBuilder
impl Send for ClearGeolocationOverrideBuilder
impl Sync for ClearGeolocationOverrideBuilder
impl Unpin for ClearGeolocationOverrideBuilder
impl UnsafeUnpin for ClearGeolocationOverrideBuilder
impl UnwindSafe for ClearGeolocationOverrideBuilder
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