#[non_exhaustive]pub struct ModifyWorkspacePropertiesOutput {}Implementations
sourceimpl ModifyWorkspacePropertiesOutput
impl ModifyWorkspacePropertiesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyWorkspacePropertiesOutput.
Trait Implementations
sourceimpl Clone for ModifyWorkspacePropertiesOutput
impl Clone for ModifyWorkspacePropertiesOutput
sourcefn clone(&self) -> ModifyWorkspacePropertiesOutput
fn clone(&self) -> ModifyWorkspacePropertiesOutput
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 PartialEq<ModifyWorkspacePropertiesOutput> for ModifyWorkspacePropertiesOutput
impl PartialEq<ModifyWorkspacePropertiesOutput> for ModifyWorkspacePropertiesOutput
sourcefn eq(&self, other: &ModifyWorkspacePropertiesOutput) -> bool
fn eq(&self, other: &ModifyWorkspacePropertiesOutput) -> bool
impl StructuralPartialEq for ModifyWorkspacePropertiesOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyWorkspacePropertiesOutput
impl Send for ModifyWorkspacePropertiesOutput
impl Sync for ModifyWorkspacePropertiesOutput
impl Unpin for ModifyWorkspacePropertiesOutput
impl UnwindSafe for ModifyWorkspacePropertiesOutput
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