pub struct CountPendingDecisionTasksInput {
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 CountPendingDecisionTasksInput
impl Clone for CountPendingDecisionTasksInput
Source§fn clone(&self) -> CountPendingDecisionTasksInput
fn clone(&self) -> CountPendingDecisionTasksInput
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 CountPendingDecisionTasksInput
impl Default for CountPendingDecisionTasksInput
Source§fn default() -> CountPendingDecisionTasksInput
fn default() -> CountPendingDecisionTasksInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CountPendingDecisionTasksInput
impl PartialEq for CountPendingDecisionTasksInput
Source§fn eq(&self, other: &CountPendingDecisionTasksInput) -> bool
fn eq(&self, other: &CountPendingDecisionTasksInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CountPendingDecisionTasksInput
Auto Trait Implementations§
impl Freeze for CountPendingDecisionTasksInput
impl RefUnwindSafe for CountPendingDecisionTasksInput
impl Send for CountPendingDecisionTasksInput
impl Sync for CountPendingDecisionTasksInput
impl Unpin for CountPendingDecisionTasksInput
impl UnwindSafe for CountPendingDecisionTasksInput
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