Enum check_jitter::AggregationMethod
source · pub enum AggregationMethod {
Average,
Median,
Max,
Min,
}Variants§
Trait Implementations§
source§impl Clone for AggregationMethod
impl Clone for AggregationMethod
source§fn clone(&self) -> AggregationMethod
fn clone(&self) -> AggregationMethod
Returns a copy 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 AggregationMethod
impl Debug for AggregationMethod
source§impl Display for AggregationMethod
impl Display for AggregationMethod
source§impl FromStr for AggregationMethod
impl FromStr for AggregationMethod
source§impl PartialEq for AggregationMethod
impl PartialEq for AggregationMethod
source§fn eq(&self, other: &AggregationMethod) -> bool
fn eq(&self, other: &AggregationMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AggregationMethod
impl Eq for AggregationMethod
impl StructuralPartialEq for AggregationMethod
Auto Trait Implementations§
impl Freeze for AggregationMethod
impl RefUnwindSafe for AggregationMethod
impl Send for AggregationMethod
impl Sync for AggregationMethod
impl Unpin for AggregationMethod
impl UnwindSafe for AggregationMethod
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)