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