Trait PartialEq

Source
pub trait PartialEq {
    // Required method
    fn dyn_eq(&self, other: &dyn Any) -> bool;
}
Expand description

Dynamic (object-safe) version of PartialEq.

Required Methods§

Source

fn dyn_eq(&self, other: &dyn Any) -> bool

Implementors§