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