Searched defs:CheckedDrop (Results 1 – 1 of 1) sorted by relevance
8369 struct CheckedDrop { in test_clone_from_double_drop() struct8370 panic_in_drop: bool, in test_clone_from_double_drop()8371 dropped: bool, in test_clone_from_double_drop()8373 impl Drop for CheckedDrop { in test_clone_from_double_drop() implementation