Trait json_ld_syntax::UnorderedPartialEq

source ·
pub trait UnorderedPartialEq {
    // Required method
    fn unordered_eq(&self, other: &Self) -> bool;
}

Required Methods§

source

fn unordered_eq(&self, other: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> UnorderedPartialEq for Vec<T>

source§

fn unordered_eq(&self, other: &Vec<T>) -> bool

source§

impl<T, M> UnorderedPartialEq for Meta<T, M>

source§

fn unordered_eq(&self, other: &Meta<T, M>) -> bool

Implementors§