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