/external/rust/crates/pin-project/examples/ |
D | unsafe_unpin-expanded.rs | 93 trait StructMustNotImplDrop {} trait 95 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 96 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | not_unpin-expanded.rs | 110 trait StructMustNotImplDrop {} interface 112 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 113 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | struct-default-expanded.rs | 145 trait StructMustNotImplDrop {} trait 147 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 148 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | project_replace-expanded.rs | 146 trait StructMustNotImplDrop {} trait 148 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 149 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 89 trait StructMustNotImplDrop {} trait 91 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 92 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | struct.expanded.rs | 96 trait StructMustNotImplDrop {} interface 98 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 99 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | struct-none.expanded.rs | 105 trait StructMustNotImplDrop {} interface 107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | struct-mut.expanded.rs | 103 trait StructMustNotImplDrop {} interface 105 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 106 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | struct-ref.expanded.rs | 105 trait StructMustNotImplDrop {} trait 107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | struct-all.expanded.rs | 137 trait StructMustNotImplDrop {} interface 139 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 140 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
D | struct-own.expanded.rs | 139 trait StructMustNotImplDrop {} trait 141 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 142 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 105 trait StructMustNotImplDrop {} interface 107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | struct.expanded.rs | 105 trait StructMustNotImplDrop {} interface 107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 139 trait StructMustNotImplDrop {} trait 141 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 142 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | struct.expanded.rs | 173 trait StructMustNotImplDrop {} trait 175 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {} 176 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
|