Lines Matching defs:ImplItem
946 impl Eq for ImplItem {}
949 impl PartialEq for ImplItem {
952 (ImplItem::Const(self0), ImplItem::Const(other0)) => self0 == other0,
953 (ImplItem::Fn(self0), ImplItem::Fn(other0)) => self0 == other0,
954 (ImplItem::Type(self0), ImplItem::Type(other0)) => self0 == other0,
955 (ImplItem::Macro(self0), ImplItem::Macro(other0)) => self0 == other0,
956 (ImplItem::Verbatim(self0), ImplItem::Verbatim(other0)) => {