pub struct PendingDistance {
pub request: Request,
}Expand description
This option biases search results in ascending order by their distance from the specified location. When distance is specified, one or more of keyword, name, or type is required and radius is disallowed.
Fields§
§request: RequestImplementations§
Auto Trait Implementations§
impl Freeze for PendingDistance
impl RefUnwindSafe for PendingDistance
impl Send for PendingDistance
impl Sync for PendingDistance
impl Unpin for PendingDistance
impl UnwindSafe for PendingDistance
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