pub struct SetGeolocationBuilder<'a> { /* private fields */ }Expand description
Builder for setting geolocation.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for SetGeolocationBuilder<'a>
impl<'a> Debug for SetGeolocationBuilder<'a>
Source§impl<'a> IntoFuture for SetGeolocationBuilder<'a>
impl<'a> IntoFuture for SetGeolocationBuilder<'a>
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetGeolocationBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetGeolocationBuilder<'a> as IntoFuture>::Output> + Send + 'a>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<'a> Freeze for SetGeolocationBuilder<'a>
impl<'a> !RefUnwindSafe for SetGeolocationBuilder<'a>
impl<'a> Send for SetGeolocationBuilder<'a>
impl<'a> Sync for SetGeolocationBuilder<'a>
impl<'a> Unpin for SetGeolocationBuilder<'a>
impl<'a> !UnwindSafe for SetGeolocationBuilder<'a>
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