#[non_exhaustive]pub struct CountClosedWorkflowExecutionsOutput { /* private fields */ }
Expand description
Contains the count of workflow executions returned from CountOpenWorkflowExecutions
or CountClosedWorkflowExecutions
Implementations§
source§impl CountClosedWorkflowExecutionsOutput
impl CountClosedWorkflowExecutionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CountClosedWorkflowExecutionsOutput
.
Trait Implementations§
source§impl Clone for CountClosedWorkflowExecutionsOutput
impl Clone for CountClosedWorkflowExecutionsOutput
source§fn clone(&self) -> CountClosedWorkflowExecutionsOutput
fn clone(&self) -> CountClosedWorkflowExecutionsOutput
Returns a copy 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 PartialEq<CountClosedWorkflowExecutionsOutput> for CountClosedWorkflowExecutionsOutput
impl PartialEq<CountClosedWorkflowExecutionsOutput> for CountClosedWorkflowExecutionsOutput
source§fn eq(&self, other: &CountClosedWorkflowExecutionsOutput) -> bool
fn eq(&self, other: &CountClosedWorkflowExecutionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.