pub struct CrystalIndex { /* private fields */ }Expand description
In-memory index for fast recall queries.
Implementations§
Trait Implementations§
Source§impl Debug for CrystalIndex
impl Debug for CrystalIndex
Source§impl Default for CrystalIndex
impl Default for CrystalIndex
Source§fn default() -> CrystalIndex
fn default() -> CrystalIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CrystalIndex
impl<'de> Deserialize<'de> for CrystalIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CrystalIndex
impl RefUnwindSafe for CrystalIndex
impl Send for CrystalIndex
impl Sync for CrystalIndex
impl Unpin for CrystalIndex
impl UnsafeUnpin for CrystalIndex
impl UnwindSafe for CrystalIndex
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