pub struct MergeContext { /* private fields */ }
Expand description
A builder that merges indices into a single accumulated index.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeContext
impl RefUnwindSafe for MergeContext
impl Send for MergeContext
impl Sync for MergeContext
impl Unpin for MergeContext
impl UnwindSafe for MergeContext
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