Searched refs:param_extras (Results 1 – 2 of 2) sorted by relevance
438 param_extras: Vec<GenericParam>, field457 param_extras: Vec::new(), in new()473 pub(crate) fn param_extras(mut self, param_extras: Vec<GenericParam>) -> Self { in param_extras() method474 self.param_extras.extend(param_extras); in param_extras()662 .chain(self.param_extras) in build()
286 .param_extras(vec![ in derive_is_bit_valid()540 .param_extras(vec![ in derive_has_field_struct_union()