pub struct CreateCollectionParams {
pub collection_schema: CollectionSchema,
}
Expand description
struct for passing parameters to the method [create_collection
]
Fields§
§collection_schema: CollectionSchema
The collection object to be created
Trait Implementations§
Source§impl Clone for CreateCollectionParams
impl Clone for CreateCollectionParams
Source§fn clone(&self) -> CreateCollectionParams
fn clone(&self) -> CreateCollectionParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CreateCollectionParams
impl RefUnwindSafe for CreateCollectionParams
impl Send for CreateCollectionParams
impl Sync for CreateCollectionParams
impl Unpin for CreateCollectionParams
impl UnwindSafe for CreateCollectionParams
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