Struct json_ld_syntax::Unordered
source · pub struct Unordered<T>(/* private fields */)
where
T: ?Sized;
Expand description
Wrapper to view a value without considering the order of the objects entries.
Trait Implementations§
source§impl<T> Hash for Unordered<T>where
T: UnorderedHash,
impl<T> Hash for Unordered<T>where
T: UnorderedHash,
source§impl<T> PartialEq for Unordered<T>where
T: UnorderedPartialEq,
impl<T> PartialEq for Unordered<T>where
T: UnorderedPartialEq,
impl<T> Eq for Unordered<T>where
T: UnorderedEq,
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for Unordered<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Unordered<T>where
T: Send,
impl<T: ?Sized> Sync for Unordered<T>where
T: Sync,
impl<T: ?Sized> Unpin for Unordered<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Unordered<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
§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.