pub trait UnorderedEq: UnorderedPartialEq { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<M> UnorderedEq for Vec<Meta<Value<M>, M>>
where M: Eq,

source§

impl<T, M> UnorderedEq for Meta<T, M>
where T: UnorderedEq, M: Eq,

Implementors§

source§

impl<M> UnorderedEq for Value<M>
where M: Eq,

source§

impl<M> UnorderedEq for Object<M>
where M: Eq,