Lines Matching defs:Struct2
191 struct Struct2<I, J> in where_clause_and_associated_type_field() struct
196 f1: I, in where_clause_and_associated_type_field()
197 f2: J, in where_clause_and_associated_type_field()
272 pub struct Struct2<'a, T: ::core::fmt::Debug> { in trait_bounds_on_type_generics() struct
273 f: &'a mut T, in trait_bounds_on_type_generics()
331 pub struct Struct2<'pin, 'pin_, 'pin__> { in overlapping_lifetime_names() struct
333 f: &'pin &'pin_ &'pin__ (), in overlapping_lifetime_names()
439 struct Struct2<'a, T, U> { in lifetime_project() struct
441 pinned: &'a T, in lifetime_project()
442 unpinned: U, in lifetime_project()
469 impl<'b, T, U> Struct2<'b, T, U> { in lifetime_project() impl
550 struct Struct2<T: ?Sized> { in dst() struct
552 f: T, in dst()
685 struct Struct2 { in dyn_type() struct
687 f: dyn core::fmt::Debug, in dyn_type()