Struct json_syntax::Unordered 
source · #[repr(transparent)]pub struct Unordered<T: ?Sized>(_);Expand description
Wrapper to view a value without considering the order of the objects entries.
Trait Implementations§
source§impl<T: UnorderedHash> Hash for Unordered<T>
 
impl<T: UnorderedHash> Hash for Unordered<T>
source§impl<T: UnorderedPartialEq> PartialEq<Unordered<T>> for Unordered<T>
 
impl<T: UnorderedPartialEq> PartialEq<Unordered<T>> for Unordered<T>
impl<T: UnorderedEq> Eq for Unordered<T>
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<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.