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