pub struct CollectionCreateParams {
pub vector_size: u64,
}
Expand description
The parameters for creating the collection
Fields§
§vector_size: u64
Max size of vectors
Trait Implementations§
source§impl Debug for CollectionCreateParams
impl Debug for CollectionCreateParams
Auto Trait Implementations§
impl RefUnwindSafe for CollectionCreateParams
impl Send for CollectionCreateParams
impl Sync for CollectionCreateParams
impl Unpin for CollectionCreateParams
impl UnwindSafe for CollectionCreateParams
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