#[non_exhaustive]pub struct DeleteWorkspaceImageInput { /* private fields */ }Implementations
sourceimpl DeleteWorkspaceImageInput
impl DeleteWorkspaceImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteWorkspaceImage>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteWorkspaceImageInput.
Trait Implementations
sourceimpl Clone for DeleteWorkspaceImageInput
impl Clone for DeleteWorkspaceImageInput
sourcefn clone(&self) -> DeleteWorkspaceImageInput
fn clone(&self) -> DeleteWorkspaceImageInput
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 DeleteWorkspaceImageInput
impl Debug for DeleteWorkspaceImageInput
sourceimpl PartialEq<DeleteWorkspaceImageInput> for DeleteWorkspaceImageInput
impl PartialEq<DeleteWorkspaceImageInput> for DeleteWorkspaceImageInput
sourcefn eq(&self, other: &DeleteWorkspaceImageInput) -> bool
fn eq(&self, other: &DeleteWorkspaceImageInput) -> bool
impl StructuralPartialEq for DeleteWorkspaceImageInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteWorkspaceImageInput
impl Send for DeleteWorkspaceImageInput
impl Sync for DeleteWorkspaceImageInput
impl Unpin for DeleteWorkspaceImageInput
impl UnwindSafe for DeleteWorkspaceImageInput
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