pub struct GeoIndexStats {
pub indexed_events: usize,
pub grid_cells: usize,
}Expand description
Geo index statistics
Fields§
§indexed_events: usize§grid_cells: usizeTrait Implementations§
Source§impl Clone for GeoIndexStats
impl Clone for GeoIndexStats
Source§fn clone(&self) -> GeoIndexStats
fn clone(&self) -> GeoIndexStats
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 Debug for GeoIndexStats
impl Debug for GeoIndexStats
Auto Trait Implementations§
impl Freeze for GeoIndexStats
impl RefUnwindSafe for GeoIndexStats
impl Send for GeoIndexStats
impl Sync for GeoIndexStats
impl Unpin for GeoIndexStats
impl UnsafeUnpin for GeoIndexStats
impl UnwindSafe for GeoIndexStats
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