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