Struct aws_sdk_workspaces::operation::modify_client_properties::ModifyClientPropertiesOutput
source · #[non_exhaustive]pub struct ModifyClientPropertiesOutput { /* private fields */ }
Implementations§
source§impl ModifyClientPropertiesOutput
impl ModifyClientPropertiesOutput
sourcepub fn builder() -> ModifyClientPropertiesOutputBuilder
pub fn builder() -> ModifyClientPropertiesOutputBuilder
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 ==
.source§impl RequestId for ModifyClientPropertiesOutput
impl RequestId for ModifyClientPropertiesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.