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