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