pub struct IndexState {
pub index: HnswIndex,
pub dirty: bool,
pub last_committed: Option<Vec<u8>>,
}Fields§
§index: HnswIndex§dirty: bool§last_committed: Option<Vec<u8>>Auto Trait Implementations§
impl Freeze for IndexState
impl !RefUnwindSafe for IndexState
impl Send for IndexState
impl Sync for IndexState
impl Unpin for IndexState
impl UnsafeUnpin for IndexState
impl !UnwindSafe for IndexState
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