Enum polars::prelude::QuantileInterpolOptions  
pub enum QuantileInterpolOptions {
    Nearest,
    Lower,
    Higher,
    Midpoint,
    Linear,
}Variants§
Trait Implementations§
§impl Clone for QuantileInterpolOptions
 
impl Clone for QuantileInterpolOptions
§fn clone(&self) -> QuantileInterpolOptions
 
fn clone(&self) -> QuantileInterpolOptions
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 more§impl Debug for QuantileInterpolOptions
 
impl Debug for QuantileInterpolOptions
§impl Default for QuantileInterpolOptions
 
impl Default for QuantileInterpolOptions
§fn default() -> QuantileInterpolOptions
 
fn default() -> QuantileInterpolOptions
Returns the “default value” for a type. Read more
§impl Hash for QuantileInterpolOptions
 
impl Hash for QuantileInterpolOptions
§impl PartialEq for QuantileInterpolOptions
 
impl PartialEq for QuantileInterpolOptions
§fn eq(&self, other: &QuantileInterpolOptions) -> bool
 
fn eq(&self, other: &QuantileInterpolOptions) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for QuantileInterpolOptions
impl Eq for QuantileInterpolOptions
impl StructuralPartialEq for QuantileInterpolOptions
Auto Trait Implementations§
impl Freeze for QuantileInterpolOptions
impl RefUnwindSafe for QuantileInterpolOptions
impl Send for QuantileInterpolOptions
impl Sync for QuantileInterpolOptions
impl Unpin for QuantileInterpolOptions
impl UnwindSafe for QuantileInterpolOptions
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
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
 
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more