pub struct RebuiltIndex { /* private fields */ }Expand description
A new index built off-lock from a RebuildInputs, ready for
Database::commit_rebuild to install under the brief write lock (ADR-0062).
Auto Trait Implementations§
impl !RefUnwindSafe for RebuiltIndex
impl !UnwindSafe for RebuiltIndex
impl Freeze for RebuiltIndex
impl Send for RebuiltIndex
impl Sync for RebuiltIndex
impl Unpin for RebuiltIndex
impl UnsafeUnpin for RebuiltIndex
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