pub trait PartialEq { // Required method fn dyn_eq(&self, other: &dyn Any) -> bool; }
Dynamic (object-safe) version of PartialEq.
PartialEq