pub struct IndexManagerConfig {
pub hnsw: HnswConfig,
}Expand description
Configuration for the composite index manager.
Fields§
§hnsw: HnswConfigTrait Implementations§
Source§impl Default for IndexManagerConfig
impl Default for IndexManagerConfig
Source§fn default() -> IndexManagerConfig
fn default() -> IndexManagerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexManagerConfig
impl RefUnwindSafe for IndexManagerConfig
impl Send for IndexManagerConfig
impl Sync for IndexManagerConfig
impl Unpin for IndexManagerConfig
impl UnsafeUnpin for IndexManagerConfig
impl UnwindSafe for IndexManagerConfig
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