Struct ncollide3d::utils::HashablePartialEq [−][src]
pub struct HashablePartialEq<T> { /* fields omitted */ }
A structure that implements Eq
and is hashable even if the wrapped data implements only
PartialEq
.
Implementations
impl<T> HashablePartialEq<T>
[src]
impl<T> HashablePartialEq<T>
[src]pub unsafe fn new(value: T) -> HashablePartialEq<T>
[src]
Creates a new HashablePartialEq
. This is unsafe because you must be sure that you really
want to transform the wrapped object’s partial equality to an equivalence relation.
pub fn unwrap(self) -> T
[src]
Gets the wrapped value.
Trait Implementations
impl<T: Clone> Clone for HashablePartialEq<T>
[src]
impl<T: Clone> Clone for HashablePartialEq<T>
[src]fn clone(&self) -> HashablePartialEq<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug> Debug for HashablePartialEq<T>
[src]
impl<T: Debug> Debug for HashablePartialEq<T>
[src]impl<T: AsBytes> Hash for HashablePartialEq<T>
[src]
impl<T: AsBytes> Hash for HashablePartialEq<T>
[src]impl<T: PartialEq> PartialEq<HashablePartialEq<T>> for HashablePartialEq<T>
[src]
impl<T: PartialEq> PartialEq<HashablePartialEq<T>> for HashablePartialEq<T>
[src]fn eq(&self, other: &HashablePartialEq<T>) -> bool
[src]
fn ne(&self, other: &HashablePartialEq<T>) -> bool
[src]
impl<T: PartialEq> Eq for HashablePartialEq<T>
[src]
impl<T> StructuralPartialEq for HashablePartialEq<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for HashablePartialEq<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for HashablePartialEq<T> where
T: Send,
T: Send,
impl<T> Sync for HashablePartialEq<T> where
T: Sync,
T: Sync,
impl<T> Unpin for HashablePartialEq<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for HashablePartialEq<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]