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