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