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