Searched refs:derive_partialord (Results 1 – 3 of 3) sorted by relevance
432 if self.options.derive_partialord { in command_line_flags()1282 pub fn derive_partialord(mut self, doit: bool) -> Self { in derive_partialord() method1283 self.options.derive_partialord = doit; in derive_partialord()1295 self.options.derive_partialord = doit; in derive_ord()1995 derive_partialord: bool, field2330 derive_partialord, in default()
635 builder = builder.derive_partialord(true); in builder_from_flags()
253 ctx.options().derive_partialord && in can_derive_partialord()2658 if self.options.derive_partialord || in compute_cannot_derive_partialord_partialeq_or_eq()