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