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