Struct polars_core::StrHashGlobal
source · pub struct StrHashGlobal { /* private fields */ }
Trait Implementations§
source§impl Borrow<str> for StrHashGlobal
impl Borrow<str> for StrHashGlobal
source§impl Clone for StrHashGlobal
impl Clone for StrHashGlobal
source§fn clone(&self) -> StrHashGlobal
fn clone(&self) -> StrHashGlobal
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 Hash for StrHashGlobal
impl Hash for StrHashGlobal
source§impl PartialEq<StrHashGlobal> for StrHashGlobal
impl PartialEq<StrHashGlobal> for StrHashGlobal
impl Eq for StrHashGlobal
impl StructuralEq for StrHashGlobal
Auto Trait Implementations§
impl RefUnwindSafe for StrHashGlobal
impl Send for StrHashGlobal
impl Sync for StrHashGlobal
impl Unpin for StrHashGlobal
impl UnwindSafe for StrHashGlobal
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.