pub struct ApproxPercentileEstimate {
pub this: Box<Expression>,
pub percentile: Option<Box<Expression>>,
}Expand description
ApproxPercentileEstimate
Fields§
§this: Box<Expression>§percentile: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for ApproxPercentileEstimate
impl Clone for ApproxPercentileEstimate
Source§fn clone(&self) -> ApproxPercentileEstimate
fn clone(&self) -> ApproxPercentileEstimate
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 ApproxPercentileEstimate
impl Debug for ApproxPercentileEstimate
Source§impl<'de> Deserialize<'de> for ApproxPercentileEstimate
impl<'de> Deserialize<'de> for ApproxPercentileEstimate
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 ApproxPercentileEstimate
impl PartialEq for ApproxPercentileEstimate
Source§impl Serialize for ApproxPercentileEstimate
impl Serialize for ApproxPercentileEstimate
impl StructuralPartialEq for ApproxPercentileEstimate
Auto Trait Implementations§
impl Freeze for ApproxPercentileEstimate
impl RefUnwindSafe for ApproxPercentileEstimate
impl Send for ApproxPercentileEstimate
impl Sync for ApproxPercentileEstimate
impl Unpin for ApproxPercentileEstimate
impl UnwindSafe for ApproxPercentileEstimate
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