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