pub struct CollectionItemsRequest { /* private fields */ }Expand description
The collection items request object.
Must be used with its builder CollectionItemsRequestBuilder
Implementations§
Source§impl CollectionItemsRequest
impl CollectionItemsRequest
Sourcepub fn builder() -> CollectionItemsRequestBuilder
pub fn builder() -> CollectionItemsRequestBuilder
Create an instance of CollectionItemsRequest using the builder syntax
Trait Implementations§
Source§impl Clone for CollectionItemsRequest
impl Clone for CollectionItemsRequest
Source§fn clone(&self) -> CollectionItemsRequest
fn clone(&self) -> CollectionItemsRequest
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 moreSource§impl Debug for CollectionItemsRequest
impl Debug for CollectionItemsRequest
Auto Trait Implementations§
impl Freeze for CollectionItemsRequest
impl RefUnwindSafe for CollectionItemsRequest
impl Send for CollectionItemsRequest
impl Sync for CollectionItemsRequest
impl Unpin for CollectionItemsRequest
impl UnwindSafe for CollectionItemsRequest
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