Searched refs:derive_partialord (Results 1 – 3 of 3) sorted by relevance
358 if self.options.derive_partialord { in command_line_flags()1134 pub fn derive_partialord(mut self, doit: bool) -> Self { in derive_partialord() method1135 self.options.derive_partialord = doit; in derive_partialord()1147 self.options.derive_partialord = doit; in derive_ord()1737 derive_partialord: bool, field1992 derive_partialord: false, in default()
653 builder = builder.derive_partialord(true); in builder_from_flags()
253 ctx.options().derive_partialord && in can_derive_partialord()2519 if self.options.derive_partialord || in compute_cannot_derive_partialord_partialeq_or_eq()