pub struct AggregationResponseStats {
pub time_ms: i64,
pub scanned: i64,
}Fields§
§time_ms: i64§scanned: i64Implementations§
Source§impl AggregationResponseStats
impl AggregationResponseStats
pub fn new(time_ms: i64, scanned: i64) -> AggregationResponseStats
Trait Implementations§
Source§impl Clone for AggregationResponseStats
impl Clone for AggregationResponseStats
Source§fn clone(&self) -> AggregationResponseStats
fn clone(&self) -> AggregationResponseStats
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 AggregationResponseStats
impl Debug for AggregationResponseStats
Source§impl Default for AggregationResponseStats
impl Default for AggregationResponseStats
Source§fn default() -> AggregationResponseStats
fn default() -> AggregationResponseStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregationResponseStats
impl<'de> Deserialize<'de> for AggregationResponseStats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AggregationResponseStats
impl PartialEq for AggregationResponseStats
Source§impl Serialize for AggregationResponseStats
impl Serialize for AggregationResponseStats
impl StructuralPartialEq for AggregationResponseStats
Auto Trait Implementations§
impl Freeze for AggregationResponseStats
impl RefUnwindSafe for AggregationResponseStats
impl Send for AggregationResponseStats
impl Sync for AggregationResponseStats
impl Unpin for AggregationResponseStats
impl UnwindSafe for AggregationResponseStats
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