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