Struct aws_sdk_macie2::operation::disassociate_member::builders::DisassociateMemberOutputBuilder
source · #[non_exhaustive]pub struct DisassociateMemberOutputBuilder { /* private fields */ }Expand description
A builder for DisassociateMemberOutput.
Implementations§
source§impl DisassociateMemberOutputBuilder
impl DisassociateMemberOutputBuilder
sourcepub fn build(self) -> DisassociateMemberOutput
pub fn build(self) -> DisassociateMemberOutput
Consumes the builder and constructs a DisassociateMemberOutput.
Trait Implementations§
source§impl Clone for DisassociateMemberOutputBuilder
impl Clone for DisassociateMemberOutputBuilder
source§fn clone(&self) -> DisassociateMemberOutputBuilder
fn clone(&self) -> DisassociateMemberOutputBuilder
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 Default for DisassociateMemberOutputBuilder
impl Default for DisassociateMemberOutputBuilder
source§fn default() -> DisassociateMemberOutputBuilder
fn default() -> DisassociateMemberOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DisassociateMemberOutputBuilder
impl PartialEq for DisassociateMemberOutputBuilder
source§fn eq(&self, other: &DisassociateMemberOutputBuilder) -> bool
fn eq(&self, other: &DisassociateMemberOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DisassociateMemberOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateMemberOutputBuilder
impl Send for DisassociateMemberOutputBuilder
impl Sync for DisassociateMemberOutputBuilder
impl Unpin for DisassociateMemberOutputBuilder
impl UnwindSafe for DisassociateMemberOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.