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