pub struct GetAllWorkflowsParams {
pub workflow_name: Option<String>,
}Expand description
struct for passing parameters to the method get_all_workflows
Fields§
§workflow_name: Option<String>The name of the workflow to be returned. Only one workflow can be specified.
Trait Implementations§
Source§impl Clone for GetAllWorkflowsParams
impl Clone for GetAllWorkflowsParams
Source§fn clone(&self) -> GetAllWorkflowsParams
fn clone(&self) -> GetAllWorkflowsParams
Returns a duplicate of the value. Read more
1.0.0 · 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 GetAllWorkflowsParams
impl Debug for GetAllWorkflowsParams
Source§impl Default for GetAllWorkflowsParams
impl Default for GetAllWorkflowsParams
Source§fn default() -> GetAllWorkflowsParams
fn default() -> GetAllWorkflowsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAllWorkflowsParams
impl RefUnwindSafe for GetAllWorkflowsParams
impl Send for GetAllWorkflowsParams
impl Sync for GetAllWorkflowsParams
impl Unpin for GetAllWorkflowsParams
impl UnwindSafe for GetAllWorkflowsParams
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