pub struct WorkflowExecutionFilter {
pub workflow_id: String,
}
Expand description
Used to filter the workflow executions in visibility APIs by their workflowId
.
Fields§
§workflow_id: String
The workflowId to pass of match the criteria of this filter.
Trait Implementations§
Source§impl Clone for WorkflowExecutionFilter
impl Clone for WorkflowExecutionFilter
Source§fn clone(&self) -> WorkflowExecutionFilter
fn clone(&self) -> WorkflowExecutionFilter
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 WorkflowExecutionFilter
impl Debug for WorkflowExecutionFilter
Source§impl Default for WorkflowExecutionFilter
impl Default for WorkflowExecutionFilter
Source§fn default() -> WorkflowExecutionFilter
fn default() -> WorkflowExecutionFilter
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorkflowExecutionFilter
impl PartialEq for WorkflowExecutionFilter
Source§impl Serialize for WorkflowExecutionFilter
impl Serialize for WorkflowExecutionFilter
impl StructuralPartialEq for WorkflowExecutionFilter
Auto Trait Implementations§
impl Freeze for WorkflowExecutionFilter
impl RefUnwindSafe for WorkflowExecutionFilter
impl Send for WorkflowExecutionFilter
impl Sync for WorkflowExecutionFilter
impl Unpin for WorkflowExecutionFilter
impl UnwindSafe for WorkflowExecutionFilter
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