pub struct LookupView<'a> { /* private fields */ }Expand description
Read-only view of the sorted lookup exactly as the sink is about to seal
it: row r of the lookup sub-index is (path(r), loc(r)), ordered by
(relative_path, chunk_seq).
Handed to a ReservedSectionBuilder so an extra index can point at real
lookup row numbers instead of re-deriving the sort and hoping the two agree
(LAW 5 — fix by construction, do not add a guard watching two copies).
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LookupView<'a>
impl<'a> RefUnwindSafe for LookupView<'a>
impl<'a> Send for LookupView<'a>
impl<'a> Sync for LookupView<'a>
impl<'a> Unpin for LookupView<'a>
impl<'a> UnsafeUnpin for LookupView<'a>
impl<'a> UnwindSafe for LookupView<'a>
Blanket Implementations§
impl<T> Allocation for T
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