Enum polars_plan::dsl::Excluded
source · Variants§
Trait Implementations§
source§impl PartialEq<Excluded> for Excluded
impl PartialEq<Excluded> for Excluded
impl Eq for Excluded
impl StructuralEq for Excluded
impl StructuralPartialEq for Excluded
Auto Trait Implementations§
impl RefUnwindSafe for Excluded
impl Send for Excluded
impl Sync for Excluded
impl Unpin for Excluded
impl UnwindSafe for Excluded
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.