pub struct CreateCollectionRequestBuilder { /* private fields */ }Expand description
Builder for CreateCollectionRequest.
Implementations§
Source§impl CreateCollectionRequestBuilder
impl CreateCollectionRequestBuilder
pub fn view<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn title<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn sort<VALUE: Into<i64>>(&mut self, value: VALUE) -> &mut Self
pub fn public<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn parent_id<VALUE: Into<i64>>(&mut self, value: VALUE) -> &mut Self
pub fn cover<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for CreateCollectionRequestBuilder
impl Clone for CreateCollectionRequestBuilder
Source§fn clone(&self) -> CreateCollectionRequestBuilder
fn clone(&self) -> CreateCollectionRequestBuilder
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 CreateCollectionRequestBuilder
impl RefUnwindSafe for CreateCollectionRequestBuilder
impl Send for CreateCollectionRequestBuilder
impl Sync for CreateCollectionRequestBuilder
impl Unpin for CreateCollectionRequestBuilder
impl UnwindSafe for CreateCollectionRequestBuilder
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