Enum polars_plan::dsl::cat::CategoricalOrdering
source · [−]pub enum CategoricalOrdering {
Physical,
Lexical,
}
Variants
Physical
Use the physical categories for sorting
Lexical
Use the string value for sorting
Trait Implementations
sourceimpl Clone for CategoricalOrdering
impl Clone for CategoricalOrdering
sourcefn clone(&self) -> CategoricalOrdering
fn clone(&self) -> CategoricalOrdering
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CategoricalOrdering
impl Debug for CategoricalOrdering
impl Copy for CategoricalOrdering
Auto Trait Implementations
impl RefUnwindSafe for CategoricalOrdering
impl Send for CategoricalOrdering
impl Sync for CategoricalOrdering
impl Unpin for CategoricalOrdering
impl UnwindSafe for CategoricalOrdering
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more