pub struct CountPendingActivityTasksInput {
pub domain: String,
pub task_list: TaskList,
}
Fields§
§domain: String
The name of the domain that contains the task list.
task_list: TaskList
The name of the task list.
Trait Implementations§
Source§impl Clone for CountPendingActivityTasksInput
impl Clone for CountPendingActivityTasksInput
Source§fn clone(&self) -> CountPendingActivityTasksInput
fn clone(&self) -> CountPendingActivityTasksInput
Returns a duplicate 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 Default for CountPendingActivityTasksInput
impl Default for CountPendingActivityTasksInput
Source§fn default() -> CountPendingActivityTasksInput
fn default() -> CountPendingActivityTasksInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CountPendingActivityTasksInput
impl PartialEq for CountPendingActivityTasksInput
Source§fn eq(&self, other: &CountPendingActivityTasksInput) -> bool
fn eq(&self, other: &CountPendingActivityTasksInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CountPendingActivityTasksInput
Auto Trait Implementations§
impl Freeze for CountPendingActivityTasksInput
impl RefUnwindSafe for CountPendingActivityTasksInput
impl Send for CountPendingActivityTasksInput
impl Sync for CountPendingActivityTasksInput
impl Unpin for CountPendingActivityTasksInput
impl UnwindSafe for CountPendingActivityTasksInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more