pub trait IdEq { // Required method fn eq(&self, other: &Self) -> bool; }
Similar to PartialEq, but only intended for use when comparing Ids
Compare two Ids for equality based on their number or name