pub struct GeoDistanceQuery { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for GeoDistanceQuery
impl Default for GeoDistanceQuery
Source§fn default() -> GeoDistanceQuery
fn default() -> GeoDistanceQuery
Returns the “default value” for a type. Read more
Source§impl QueryTrait for GeoDistanceQuery
impl QueryTrait for GeoDistanceQuery
Auto Trait Implementations§
impl Freeze for GeoDistanceQuery
impl RefUnwindSafe for GeoDistanceQuery
impl Send for GeoDistanceQuery
impl Sync for GeoDistanceQuery
impl Unpin for GeoDistanceQuery
impl UnwindSafe for GeoDistanceQuery
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