pub struct StorageIdx { /* private fields */ }
Expand description
StorageIdx
defines a BitmapIndex
opened in read-only storage mode.
Auto Trait Implementations§
impl Freeze for StorageIdx
impl RefUnwindSafe for StorageIdx
impl Send for StorageIdx
impl Sync for StorageIdx
impl Unpin for StorageIdx
impl UnwindSafe for StorageIdx
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