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 moresource§impl Default for RankOptions
impl Default for RankOptions
impl Copy for RankOptions
Auto Trait Implementations§
impl RefUnwindSafe for RankOptions
impl Send for RankOptions
impl Sync for RankOptions
impl Unpin for RankOptions
impl UnwindSafe for RankOptions
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