Searched refs:OnlyCallFromDrop (Results 1 – 3 of 3) sorted by relevance
367 pub struct OnlyCallFromDrop(());369 impl OnlyCallFromDrop {284 pub struct OnlyCallFromDrop(()); global() struct 286 impl OnlyCallFromDrop { global() implementation
1519 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop() argument