pub struct DataSetsCount {
pub count: i64,
}Expand description
Result for aggregating data sets.
Fields§
§count: i64Data set count.
Trait Implementations§
Source§impl Debug for DataSetsCount
impl Debug for DataSetsCount
Source§impl Default for DataSetsCount
impl Default for DataSetsCount
Source§fn default() -> DataSetsCount
fn default() -> DataSetsCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataSetsCount
impl<'de> Deserialize<'de> for DataSetsCount
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
Auto Trait Implementations§
impl Freeze for DataSetsCount
impl RefUnwindSafe for DataSetsCount
impl Send for DataSetsCount
impl Sync for DataSetsCount
impl Unpin for DataSetsCount
impl UnwindSafe for DataSetsCount
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