struct IndexPassGuard;Expand description
Clears INDEX_IN_PROGRESS however the pass leaves — including on the ?
early return when get_libraries fails, which a plain store at the end of
the function would leak.
Trait Implementations§
Source§impl Drop for IndexPassGuard
impl Drop for IndexPassGuard
Auto Trait Implementations§
impl Freeze for IndexPassGuard
impl RefUnwindSafe for IndexPassGuard
impl Send for IndexPassGuard
impl Sync for IndexPassGuard
impl Unpin for IndexPassGuard
impl UnsafeUnpin for IndexPassGuard
impl UnwindSafe for IndexPassGuard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more