Lines Matching defs:GenericArgument
888 impl Eq for GenericArgument {}
891 impl PartialEq for GenericArgument {
894 (GenericArgument::Lifetime(self0), GenericArgument::Lifetime(other0)) => {
897 (GenericArgument::Type(self0), GenericArgument::Type(other0)) => {
900 (GenericArgument::Const(self0), GenericArgument::Const(other0)) => {
903 (GenericArgument::AssocType(self0), GenericArgument::AssocType(other0)) => {
906 (GenericArgument::AssocConst(self0), GenericArgument::AssocConst(other0)) => {
909 (GenericArgument::Constraint(self0), GenericArgument::Constraint(other0)) => {