pub struct VoidGeoStatsAccumulator {}Expand description
A GeoStatsAccumulator that never computes any GeospatialStatistics
Trait Implementations§
Source§impl Debug for VoidGeoStatsAccumulator
impl Debug for VoidGeoStatsAccumulator
Source§impl Default for VoidGeoStatsAccumulator
impl Default for VoidGeoStatsAccumulator
Source§fn default() -> VoidGeoStatsAccumulator
fn default() -> VoidGeoStatsAccumulator
Returns the “default value” for a type. Read more
Source§impl GeoStatsAccumulator for VoidGeoStatsAccumulator
impl GeoStatsAccumulator for VoidGeoStatsAccumulator
Source§fn is_valid(&self) -> bool
fn is_valid(&self) -> bool
Returns true if this instance can return
GeospatialStatistics from
GeoStatsAccumulator::finish. Read moreSource§fn update_wkb(&mut self, _wkb: &[u8])
fn update_wkb(&mut self, _wkb: &[u8])
Update with a single slice of WKB-encoded values Read more
Auto Trait Implementations§
impl Freeze for VoidGeoStatsAccumulator
impl RefUnwindSafe for VoidGeoStatsAccumulator
impl Send for VoidGeoStatsAccumulator
impl Sync for VoidGeoStatsAccumulator
impl Unpin for VoidGeoStatsAccumulator
impl UnwindSafe for VoidGeoStatsAccumulator
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