pub struct CollectionCreateRequestBuilder<'a> {
pub client: &'a Client<Auth>,
pub collection_name: &'a str,
pub collection_details: Option<CollectionDetails<'a>>,
}Fields§
§client: &'a Client<Auth>§collection_name: &'a str§collection_details: Option<CollectionDetails<'a>>Trait Implementations§
Source§impl<'a> Clone for CollectionCreateRequestBuilder<'a>
impl<'a> Clone for CollectionCreateRequestBuilder<'a>
Source§fn clone(&self) -> CollectionCreateRequestBuilder<'a>
fn clone(&self) -> CollectionCreateRequestBuilder<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'a> Freeze for CollectionCreateRequestBuilder<'a>
impl<'a> RefUnwindSafe for CollectionCreateRequestBuilder<'a>
impl<'a> Send for CollectionCreateRequestBuilder<'a>
impl<'a> Sync for CollectionCreateRequestBuilder<'a>
impl<'a> Unpin for CollectionCreateRequestBuilder<'a>
impl<'a> UnsafeUnpin for CollectionCreateRequestBuilder<'a>
impl<'a> UnwindSafe for CollectionCreateRequestBuilder<'a>
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