#[non_exhaustive]pub struct CountOpenWorkflowExecutionsOutput { /* private fields */ }
Expand description
Contains the count of workflow executions returned from CountOpenWorkflowExecutions
or CountClosedWorkflowExecutions
Implementations
sourceimpl CountOpenWorkflowExecutionsOutput
impl CountOpenWorkflowExecutionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CountOpenWorkflowExecutionsOutput
.
Trait Implementations
sourceimpl Clone for CountOpenWorkflowExecutionsOutput
impl Clone for CountOpenWorkflowExecutionsOutput
sourcefn clone(&self) -> CountOpenWorkflowExecutionsOutput
fn clone(&self) -> CountOpenWorkflowExecutionsOutput
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 PartialEq<CountOpenWorkflowExecutionsOutput> for CountOpenWorkflowExecutionsOutput
impl PartialEq<CountOpenWorkflowExecutionsOutput> for CountOpenWorkflowExecutionsOutput
sourcefn eq(&self, other: &CountOpenWorkflowExecutionsOutput) -> bool
fn eq(&self, other: &CountOpenWorkflowExecutionsOutput) -> bool
impl StructuralPartialEq for CountOpenWorkflowExecutionsOutput
Auto Trait Implementations
impl RefUnwindSafe for CountOpenWorkflowExecutionsOutput
impl Send for CountOpenWorkflowExecutionsOutput
impl Sync for CountOpenWorkflowExecutionsOutput
impl Unpin for CountOpenWorkflowExecutionsOutput
impl UnwindSafe for CountOpenWorkflowExecutionsOutput
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