Struct polars_core::StrHashGlobal
source · [−]pub struct StrHashGlobal { /* private fields */ }
Trait Implementations
sourceimpl Borrow<str> for StrHashGlobal
impl Borrow<str> for StrHashGlobal
sourceimpl Clone for StrHashGlobal
impl Clone for StrHashGlobal
sourcefn clone(&self) -> StrHashGlobal
fn clone(&self) -> StrHashGlobal
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 more
sourceimpl Hash for StrHashGlobal
impl Hash for StrHashGlobal
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> CallHasher for T where
T: Hash + ?Sized,
impl<T> CallHasher for T where
T: Hash + ?Sized,
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.