Struct aws_sdk_swf::model::WorkflowExecutionFilter
source · [−]#[non_exhaustive]pub struct WorkflowExecutionFilter { /* private fields */ }
Expand description
Used to filter the workflow executions in visibility APIs by their workflowId
.
Implementations
sourceimpl WorkflowExecutionFilter
impl WorkflowExecutionFilter
sourcepub fn workflow_id(&self) -> Option<&str>
pub fn workflow_id(&self) -> Option<&str>
The workflowId to pass of match the criteria of this filter.
sourceimpl WorkflowExecutionFilter
impl WorkflowExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkflowExecutionFilter
.
Trait Implementations
sourceimpl Clone for WorkflowExecutionFilter
impl Clone for WorkflowExecutionFilter
sourcefn clone(&self) -> WorkflowExecutionFilter
fn clone(&self) -> WorkflowExecutionFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WorkflowExecutionFilter
impl Debug for WorkflowExecutionFilter
sourceimpl PartialEq<WorkflowExecutionFilter> for WorkflowExecutionFilter
impl PartialEq<WorkflowExecutionFilter> for WorkflowExecutionFilter
sourcefn eq(&self, other: &WorkflowExecutionFilter) -> bool
fn eq(&self, other: &WorkflowExecutionFilter) -> bool
impl StructuralPartialEq for WorkflowExecutionFilter
Auto Trait Implementations
impl RefUnwindSafe for WorkflowExecutionFilter
impl Send for WorkflowExecutionFilter
impl Sync for WorkflowExecutionFilter
impl Unpin for WorkflowExecutionFilter
impl UnwindSafe for WorkflowExecutionFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more