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