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