Searched defs:Struct1 (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/pin-project/tests/ |
| D | pin_project.rs | 181 struct Struct1<I> in where_clause_and_associated_type_field() struct 186 f1: I, in where_clause_and_associated_type_field() 187 f2: I::Item, in where_clause_and_associated_type_field() 267 pub struct Struct1<'a, T: ?Sized> { in trait_bounds_on_type_generics() struct 268 f: &'a mut T, in trait_bounds_on_type_generics() 325 pub struct Struct1<'pin, T> { in overlapping_lifetime_names() struct 327 f: &'pin mut T, in overlapping_lifetime_names() 432 struct Struct1<T, U> { in lifetime_project() struct 434 pinned: T, in lifetime_project() 435 unpinned: U, in lifetime_project() [all …]
|
| /external/rust/crates/pin-project-lite/tests/ |
| D | test.rs | 356 impl<T, U> Struct1<T, U> { in lifetime_project() implementation 527 struct Struct1<A>(A); in no_infer_outlives() struct 529 impl<X, T> Trait<X> for Struct1<T> { in no_infer_outlives() implementation
|