Lines Matching refs:GenericArgument
949 impl Eq for crate::GenericArgument {} implementation
952 impl PartialEq for crate::GenericArgument { implementation
956 crate::GenericArgument::Lifetime(self0), in eq()
957 crate::GenericArgument::Lifetime(other0), in eq()
960 crate::GenericArgument::Type(self0), in eq()
961 crate::GenericArgument::Type(other0), in eq()
964 crate::GenericArgument::Const(self0), in eq()
965 crate::GenericArgument::Const(other0), in eq()
968 crate::GenericArgument::AssocType(self0), in eq()
969 crate::GenericArgument::AssocType(other0), in eq()
972 crate::GenericArgument::AssocConst(self0), in eq()
973 crate::GenericArgument::AssocConst(other0), in eq()
976 crate::GenericArgument::Constraint(self0), in eq()
977 crate::GenericArgument::Constraint(other0), in eq()