pub enum PercentileMethod {
NearestRank,
}Variants§
NearestRank
Trait Implementations§
Source§impl Clone for PercentileMethod
impl Clone for PercentileMethod
Source§fn clone(&self) -> PercentileMethod
fn clone(&self) -> PercentileMethod
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 moreimpl Copy for PercentileMethod
Source§impl Debug for PercentileMethod
impl Debug for PercentileMethod
impl Eq for PercentileMethod
Source§impl PartialEq for PercentileMethod
impl PartialEq for PercentileMethod
Source§impl Serialize for PercentileMethod
impl Serialize for PercentileMethod
impl StructuralPartialEq for PercentileMethod
Auto Trait Implementations§
impl Freeze for PercentileMethod
impl RefUnwindSafe for PercentileMethod
impl Send for PercentileMethod
impl Sync for PercentileMethod
impl Unpin for PercentileMethod
impl UnsafeUnpin for PercentileMethod
impl UnwindSafe for PercentileMethod
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