Home
last modified time | relevance | path

Searched refs:StructMustNotImplDrop (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/pin-project/examples/
Dunsafe_unpin-expanded.rs93 trait StructMustNotImplDrop {} interface
95 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
96 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dnot_unpin-expanded.rs110 trait StructMustNotImplDrop {} interface
112 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
113 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dstruct-default-expanded.rs145 trait StructMustNotImplDrop {} interface
147 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
148 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dproject_replace-expanded.rs146 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/
Dstruct.expanded.rs89 trait StructMustNotImplDrop {} interface
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/
Dstruct.expanded.rs96 trait StructMustNotImplDrop {} trait
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/
Dstruct-none.expanded.rs105 trait StructMustNotImplDrop {} interface
107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dstruct-mut.expanded.rs103 trait StructMustNotImplDrop {} interface
105 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
106 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dstruct-ref.expanded.rs105 trait StructMustNotImplDrop {} interface
107 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
108 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dstruct-all.expanded.rs137 trait StructMustNotImplDrop {} interface
139 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
140 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}
Dstruct-own.expanded.rs139 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/
Dstruct.expanded.rs105 trait StructMustNotImplDrop {} trait
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/
Dstruct.expanded.rs105 trait StructMustNotImplDrop {} trait
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/
Dstruct.expanded.rs139 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/
Dstruct.expanded.rs173 trait StructMustNotImplDrop {} trait
175 impl<T: ::pin_project::__private::Drop> StructMustNotImplDrop for T {}
176 impl<T, U> StructMustNotImplDrop for Struct<T, U> {}