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