pub struct SetGeolocationOverrideBuilder { /* private fields */ }Implementations§
Source§impl SetGeolocationOverrideBuilder
impl SetGeolocationOverrideBuilder
pub fn latitude(self, latitude: impl Into<f64>) -> Self
pub fn longitude(self, longitude: impl Into<f64>) -> Self
pub fn accuracy(self, accuracy: impl Into<f64>) -> Self
pub fn altitude(self, altitude: impl Into<f64>) -> Self
pub fn altitude_accuracy(self, altitude_accuracy: impl Into<f64>) -> Self
pub fn heading(self, heading: impl Into<f64>) -> Self
pub fn speed(self, speed: impl Into<f64>) -> Self
pub fn build(self) -> SetGeolocationOverride
Trait Implementations§
Source§impl Clone for SetGeolocationOverrideBuilder
impl Clone for SetGeolocationOverrideBuilder
Source§fn clone(&self) -> SetGeolocationOverrideBuilder
fn clone(&self) -> SetGeolocationOverrideBuilder
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 SetGeolocationOverrideBuilder
impl Default for SetGeolocationOverrideBuilder
Source§fn default() -> SetGeolocationOverrideBuilder
fn default() -> SetGeolocationOverrideBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetGeolocationOverrideBuilder
impl RefUnwindSafe for SetGeolocationOverrideBuilder
impl Send for SetGeolocationOverrideBuilder
impl Sync for SetGeolocationOverrideBuilder
impl Unpin for SetGeolocationOverrideBuilder
impl UnsafeUnpin for SetGeolocationOverrideBuilder
impl UnwindSafe for SetGeolocationOverrideBuilder
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