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