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