pub struct CollectionConfig {
pub name: String,
pub dimension: usize,
pub index_type: String,
pub metadata_schema: Option<Value>,
}Fields§
§name: String§dimension: usize§index_type: String§metadata_schema: Option<Value>Trait Implementations§
Source§impl Debug for CollectionConfig
impl Debug for CollectionConfig
Auto Trait Implementations§
impl Freeze for CollectionConfig
impl RefUnwindSafe for CollectionConfig
impl Send for CollectionConfig
impl Sync for CollectionConfig
impl Unpin for CollectionConfig
impl UnwindSafe for CollectionConfig
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