pub struct ReflexIndex { /* private fields */ }Expand description
In-memory reflex index for recent/high-importance atoms.
Implementations§
Source§impl ReflexIndex
impl ReflexIndex
Auto Trait Implementations§
impl !Freeze for ReflexIndex
impl RefUnwindSafe for ReflexIndex
impl Send for ReflexIndex
impl Sync for ReflexIndex
impl Unpin for ReflexIndex
impl UnwindSafe for ReflexIndex
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