#[non_exhaustive]pub struct DeleteMemberOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteMemberOutput
.
Implementations§
source§impl DeleteMemberOutputBuilder
impl DeleteMemberOutputBuilder
sourcepub fn build(self) -> DeleteMemberOutput
pub fn build(self) -> DeleteMemberOutput
Consumes the builder and constructs a DeleteMemberOutput
.
Trait Implementations§
source§impl Clone for DeleteMemberOutputBuilder
impl Clone for DeleteMemberOutputBuilder
source§fn clone(&self) -> DeleteMemberOutputBuilder
fn clone(&self) -> DeleteMemberOutputBuilder
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 DeleteMemberOutputBuilder
impl Debug for DeleteMemberOutputBuilder
source§impl Default for DeleteMemberOutputBuilder
impl Default for DeleteMemberOutputBuilder
source§fn default() -> DeleteMemberOutputBuilder
fn default() -> DeleteMemberOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteMemberOutputBuilder> for DeleteMemberOutputBuilder
impl PartialEq<DeleteMemberOutputBuilder> for DeleteMemberOutputBuilder
source§fn eq(&self, other: &DeleteMemberOutputBuilder) -> bool
fn eq(&self, other: &DeleteMemberOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.