Struct polars_plan::prelude::GroupbyOptions
source · Fields§
§slice: Option<(i64, usize)>
Trait Implementations§
source§impl Clone for GroupbyOptions
impl Clone for GroupbyOptions
source§fn clone(&self) -> GroupbyOptions
fn clone(&self) -> GroupbyOptions
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 Debug for GroupbyOptions
impl Debug for GroupbyOptions
source§impl PartialEq<GroupbyOptions> for GroupbyOptions
impl PartialEq<GroupbyOptions> for GroupbyOptions
source§fn eq(&self, other: &GroupbyOptions) -> bool
fn eq(&self, other: &GroupbyOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GroupbyOptions
impl StructuralEq for GroupbyOptions
impl StructuralPartialEq for GroupbyOptions
Auto Trait Implementations§
impl RefUnwindSafe for GroupbyOptions
impl Send for GroupbyOptions
impl Sync for GroupbyOptions
impl Unpin for GroupbyOptions
impl UnwindSafe for GroupbyOptions
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.