pub struct EqualityIndex<T: ValueType> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<T: Clone + ValueType> Clone for EqualityIndex<T>
impl<T: Clone + ValueType> Clone for EqualityIndex<T>
Source§fn clone(&self) -> EqualityIndex<T>
fn clone(&self) -> EqualityIndex<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<T: Copy + ValueType> Copy for EqualityIndex<T>
impl<T: Eq + ValueType> Eq for EqualityIndex<T>
Source§impl<T: PartialEq + ValueType> PartialEq for EqualityIndex<T>
impl<T: PartialEq + ValueType> PartialEq for EqualityIndex<T>
Source§fn eq(&self, other: &EqualityIndex<T>) -> bool
fn eq(&self, other: &EqualityIndex<T>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<T: ValueType> StructuralPartialEq for EqualityIndex<T>
Auto Trait Implementations§
impl<T> Freeze for EqualityIndex<T>
impl<T> RefUnwindSafe for EqualityIndex<T>where
T: RefUnwindSafe,
impl<T> Send for EqualityIndex<T>where
T: Send,
impl<T> Sync for EqualityIndex<T>where
T: Sync,
impl<T> Unpin for EqualityIndex<T>where
T: Unpin,
impl<T> UnsafeUnpin for EqualityIndex<T>
impl<T> UnwindSafe for EqualityIndex<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more