pub struct GeoHashRange {
pub min: f64,
pub max: f64,
}Expand description
Latitude and longitude range interval aligned with Kvrocks GeoHashRange. 经纬度范围(对标 Kvrocks GeoHashRange)
Fields§
§min: f64§max: f64Implementations§
Trait Implementations§
Source§impl Clone for GeoHashRange
impl Clone for GeoHashRange
Source§fn clone(&self) -> GeoHashRange
fn clone(&self) -> GeoHashRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GeoHashRange
Source§impl Debug for GeoHashRange
impl Debug for GeoHashRange
Source§impl Default for GeoHashRange
impl Default for GeoHashRange
Source§fn default() -> GeoHashRange
fn default() -> GeoHashRange
Returns the “default value” for a type. Read more
Source§impl PartialEq for GeoHashRange
impl PartialEq for GeoHashRange
impl StructuralPartialEq for GeoHashRange
Auto Trait Implementations§
impl Freeze for GeoHashRange
impl RefUnwindSafe for GeoHashRange
impl Send for GeoHashRange
impl Sync for GeoHashRange
impl Unpin for GeoHashRange
impl UnsafeUnpin for GeoHashRange
impl UnwindSafe for GeoHashRange
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