pub struct PercentileEstimateAggregation {
pub ignore_no_data: bool,
pub percentile: f64,
pub type: Type,
}Fields§
§ignore_no_data: bool§percentile: f64§type: TypeImplementations§
Trait Implementations§
Source§impl Clone for PercentileEstimateAggregation
impl Clone for PercentileEstimateAggregation
Source§fn clone(&self) -> PercentileEstimateAggregation
fn clone(&self) -> PercentileEstimateAggregation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PercentileEstimateAggregation
impl Default for PercentileEstimateAggregation
Source§fn default() -> PercentileEstimateAggregation
fn default() -> PercentileEstimateAggregation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PercentileEstimateAggregation
impl<'de> Deserialize<'de> for PercentileEstimateAggregation
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 PercentileEstimateAggregation
impl PartialEq for PercentileEstimateAggregation
Source§fn eq(&self, other: &PercentileEstimateAggregation) -> bool
fn eq(&self, other: &PercentileEstimateAggregation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PercentileEstimateAggregation
Auto Trait Implementations§
impl Freeze for PercentileEstimateAggregation
impl RefUnwindSafe for PercentileEstimateAggregation
impl Send for PercentileEstimateAggregation
impl Sync for PercentileEstimateAggregation
impl Unpin for PercentileEstimateAggregation
impl UnsafeUnpin for PercentileEstimateAggregation
impl UnwindSafe for PercentileEstimateAggregation
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