Enum polars_core::prelude::RankMethod
source · pub enum RankMethod {
Average,
Min,
Max,
Dense,
Ordinal,
Random,
}
Available on crate feature
rank
only.Variants§
Trait Implementations§
source§impl Clone for RankMethod
impl Clone for RankMethod
source§fn clone(&self) -> RankMethod
fn clone(&self) -> RankMethod
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 moreimpl Copy for RankMethod
Auto Trait Implementations§
impl RefUnwindSafe for RankMethod
impl Send for RankMethod
impl Sync for RankMethod
impl Unpin for RankMethod
impl UnwindSafe for RankMethod
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