Searched defs:DropGuard (Results 1 – 4 of 4) sorted by relevance
6 pub struct DropGuard { struct10 impl DropGuard { impl21 impl Drop for DropGuard { implementation
268 struct DropGuard(AtomicUsize); in drop_inside_schedule() struct269 impl Drop for DropGuard { in drop_inside_schedule() implementation
133 struct DropGuard<F: FnMut()>(F); struct135 impl<F: FnMut()> Drop for DropGuard<F> { implementation
225 pub fn drop_guard(self) -> DropGuard { in drop_guard()