pub struct IndexedDimension {
pub index: Arc<SourceIndex>,
pub mmap: Mmap,
pub cache: Mutex<TwoQCache<String, SourceRow>>,
}Fields§
§index: Arc<SourceIndex>§mmap: Mmap§cache: Mutex<TwoQCache<String, SourceRow>>Auto Trait Implementations§
impl !Freeze for IndexedDimension
impl RefUnwindSafe for IndexedDimension
impl Send for IndexedDimension
impl Sync for IndexedDimension
impl Unpin for IndexedDimension
impl UnsafeUnpin for IndexedDimension
impl UnwindSafe for IndexedDimension
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