pub struct GetPercentilesResponse {
pub percentiles: Option<Vec<PercentPair>>,
}Fields§
§percentiles: Option<Vec<PercentPair>>The percentile values of the aggregated fields.
Trait Implementations§
Source§impl Clone for GetPercentilesResponse
impl Clone for GetPercentilesResponse
Source§fn clone(&self) -> GetPercentilesResponse
fn clone(&self) -> GetPercentilesResponse
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 GetPercentilesResponse
impl Debug for GetPercentilesResponse
Source§impl Default for GetPercentilesResponse
impl Default for GetPercentilesResponse
Source§fn default() -> GetPercentilesResponse
fn default() -> GetPercentilesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPercentilesResponse
impl<'de> Deserialize<'de> for GetPercentilesResponse
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 GetPercentilesResponse
impl PartialEq for GetPercentilesResponse
impl StructuralPartialEq for GetPercentilesResponse
Auto Trait Implementations§
impl Freeze for GetPercentilesResponse
impl RefUnwindSafe for GetPercentilesResponse
impl Send for GetPercentilesResponse
impl Sync for GetPercentilesResponse
impl Unpin for GetPercentilesResponse
impl UnwindSafe for GetPercentilesResponse
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