Searched refs:derive_copy (Results 1 – 5 of 5) sorted by relevance
340 if !self.options.derive_copy { in command_line_flags()1108 pub fn derive_copy(mut self, doit: bool) -> Self { in derive_copy() method1109 self.options.derive_copy = doit; in derive_copy()1721 derive_copy: bool, field1988 derive_copy: true, in default()
625 builder = builder.derive_copy(false); in builder_from_flags()
205 fn derive_copy() { in derive_copy() function
228 fn derive_copy() { in derive_copy() function
235 ctx.options().derive_copy && ctx.lookup_can_derive_copy(*self) in can_derive_copy()