pub struct CollectionsListItemsOptions {
pub fields: Option<Vec<String>>,
pub offset: Option<i64>,
pub limit: Option<i64>,
}Expand description
Optional parameters for CollectionsManager::list_items.
Fields§
§fields: Option<Vec<String>>§offset: Option<i64>§limit: Option<i64>Trait Implementations§
Source§impl Clone for CollectionsListItemsOptions
impl Clone for CollectionsListItemsOptions
Source§fn clone(&self) -> CollectionsListItemsOptions
fn clone(&self) -> CollectionsListItemsOptions
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 moreSource§impl Debug for CollectionsListItemsOptions
impl Debug for CollectionsListItemsOptions
Source§impl Default for CollectionsListItemsOptions
impl Default for CollectionsListItemsOptions
Source§fn default() -> CollectionsListItemsOptions
fn default() -> CollectionsListItemsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectionsListItemsOptions
impl RefUnwindSafe for CollectionsListItemsOptions
impl Send for CollectionsListItemsOptions
impl Sync for CollectionsListItemsOptions
impl Unpin for CollectionsListItemsOptions
impl UnsafeUnpin for CollectionsListItemsOptions
impl UnwindSafe for CollectionsListItemsOptions
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