Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/tests/
Dpin_project.rs282 pub struct Struct4<'a, T: core::fmt::Debug + core::fmt::Display> { in trait_bounds_on_type_generics() struct
283 f: &'a mut T, in trait_bounds_on_type_generics()
570 struct Struct4<T> in dst() struct
575 f: T, in dst()
696 struct Struct4 { in dyn_type() struct
698 f: dyn core::fmt::Debug + Send, in dyn_type()