Struct polars_core::prelude::RankOptions
source · pub struct RankOptions {
pub method: RankMethod,
pub descending: bool,
}
Available on crate feature
rank
only.Fields§
§method: RankMethod
§descending: bool
Trait Implementations§
source§impl Clone for RankOptions
impl Clone for RankOptions
source§fn clone(&self) -> RankOptions
fn clone(&self) -> RankOptions
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