#[non_exhaustive]pub struct ModifyClientPropertiesOutput {}Implementations
sourceimpl ModifyClientPropertiesOutput
impl ModifyClientPropertiesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyClientPropertiesOutput.
Trait Implementations
sourceimpl Clone for ModifyClientPropertiesOutput
impl Clone for ModifyClientPropertiesOutput
sourcefn clone(&self) -> ModifyClientPropertiesOutput
fn clone(&self) -> ModifyClientPropertiesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyClientPropertiesOutput
impl Debug for ModifyClientPropertiesOutput
sourceimpl PartialEq<ModifyClientPropertiesOutput> for ModifyClientPropertiesOutput
impl PartialEq<ModifyClientPropertiesOutput> for ModifyClientPropertiesOutput
sourcefn eq(&self, other: &ModifyClientPropertiesOutput) -> bool
fn eq(&self, other: &ModifyClientPropertiesOutput) -> bool
impl StructuralPartialEq for ModifyClientPropertiesOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyClientPropertiesOutput
impl Send for ModifyClientPropertiesOutput
impl Sync for ModifyClientPropertiesOutput
impl Unpin for ModifyClientPropertiesOutput
impl UnwindSafe for ModifyClientPropertiesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more