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