Home
last modified time | relevance | path

Searched defs:Struct3 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/pin-project/tests/
Dpin_project.rs201 struct Struct3<T> in where_clause_and_associated_type_field() struct
205 f: T, in where_clause_and_associated_type_field()
210 impl<T> Static for Struct3<T> {} in where_clause_and_associated_type_field() implementation
277 pub struct Struct3<'a, T: core::fmt::Debug> { in trait_bounds_on_type_generics() struct
278 f: &'a mut T, in trait_bounds_on_type_generics()
561 struct Struct3<T> in dst() struct
565 f: T, in dst()
691 struct Struct3 { in dyn_type() struct
692 f: dyn core::fmt::Debug + Send, in dyn_type()
/external/rust/crates/pin-project-lite/tests/
Dtest.rs190 impl<T> Static for Struct3<T> {} in where_clause_and_associated_type_field() implementation