Searched refs:self_bounds (Results 1 – 2 of 2) sorted by relevance
267 let (self_bounds, inner_extras, outer_extras) = c_struct_repr in derive()309 if matches!(self_bounds, SelfBounds::All(&[Trait::Sized])) { in derive()325 .self_type_trait_bounds(self_bounds) in derive()
614 let self_bounds: Option<WherePredicate> = match self.self_type_trait_bounds { in build() localVariable625 .chain(self_bounds) in build()