pub struct HnswTxnEntry {
pub index: HnswIndex,
pub state: HnswTransactionState,
pub dirty: bool,
}Fields§
§index: HnswIndex§state: HnswTransactionState§dirty: boolAuto Trait Implementations§
impl !Freeze for HnswTxnEntry
impl !RefUnwindSafe for HnswTxnEntry
impl !UnwindSafe for HnswTxnEntry
impl Send for HnswTxnEntry
impl Sync for HnswTxnEntry
impl Unpin for HnswTxnEntry
impl UnsafeUnpin for HnswTxnEntry
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