#[non_exhaustive]pub struct UpdateTaskExecutionOutput {}
Implementations§
source§impl UpdateTaskExecutionOutput
impl UpdateTaskExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTaskExecutionOutput
.
Trait Implementations§
source§impl Clone for UpdateTaskExecutionOutput
impl Clone for UpdateTaskExecutionOutput
source§fn clone(&self) -> UpdateTaskExecutionOutput
fn clone(&self) -> UpdateTaskExecutionOutput
Returns a copy 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 Debug for UpdateTaskExecutionOutput
impl Debug for UpdateTaskExecutionOutput
source§impl PartialEq<UpdateTaskExecutionOutput> for UpdateTaskExecutionOutput
impl PartialEq<UpdateTaskExecutionOutput> for UpdateTaskExecutionOutput
source§fn eq(&self, other: &UpdateTaskExecutionOutput) -> bool
fn eq(&self, other: &UpdateTaskExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.