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