pub struct GetStatisticsResponse {
pub statistics: Option<Statistics>,
}Fields§
§statistics: Option<Statistics>The statistics returned by the Fleet Indexing service based on the query and aggregation field.
Trait Implementations§
Source§impl Clone for GetStatisticsResponse
impl Clone for GetStatisticsResponse
Source§fn clone(&self) -> GetStatisticsResponse
fn clone(&self) -> GetStatisticsResponse
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 GetStatisticsResponse
impl Debug for GetStatisticsResponse
Source§impl Default for GetStatisticsResponse
impl Default for GetStatisticsResponse
Source§fn default() -> GetStatisticsResponse
fn default() -> GetStatisticsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStatisticsResponse
impl<'de> Deserialize<'de> for GetStatisticsResponse
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 GetStatisticsResponse
impl PartialEq for GetStatisticsResponse
impl StructuralPartialEq for GetStatisticsResponse
Auto Trait Implementations§
impl Freeze for GetStatisticsResponse
impl RefUnwindSafe for GetStatisticsResponse
impl Send for GetStatisticsResponse
impl Sync for GetStatisticsResponse
impl Unpin for GetStatisticsResponse
impl UnwindSafe for GetStatisticsResponse
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