Struct rive_models::stats::CollectionScans
source · pub struct CollectionScans {
pub total: i64,
pub non_tailable: i64,
}Expand description
Query collection scan stats
Fields§
§total: i64Number of total collection scans
non_tailable: i64Number of total collection scans not using a tailable cursor
Trait Implementations§
source§impl Clone for CollectionScans
impl Clone for CollectionScans
source§fn clone(&self) -> CollectionScans
fn clone(&self) -> CollectionScans
Returns a copy 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 CollectionScans
impl Debug for CollectionScans
source§impl<'de> Deserialize<'de> for CollectionScans
impl<'de> Deserialize<'de> for CollectionScans
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