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