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