Struct aws_sdk_macie2::input::DeleteMemberInput
source · [−]#[non_exhaustive]pub struct DeleteMemberInput { /* private fields */ }
Implementations
sourceimpl DeleteMemberInput
impl DeleteMemberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMember, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteMember, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteMember
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMemberInput
.
Trait Implementations
sourceimpl Clone for DeleteMemberInput
impl Clone for DeleteMemberInput
sourcefn clone(&self) -> DeleteMemberInput
fn clone(&self) -> DeleteMemberInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteMemberInput
impl Debug for DeleteMemberInput
sourceimpl PartialEq<DeleteMemberInput> for DeleteMemberInput
impl PartialEq<DeleteMemberInput> for DeleteMemberInput
sourcefn eq(&self, other: &DeleteMemberInput) -> bool
fn eq(&self, other: &DeleteMemberInput) -> bool
impl StructuralPartialEq for DeleteMemberInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteMemberInput
impl Send for DeleteMemberInput
impl Sync for DeleteMemberInput
impl Unpin for DeleteMemberInput
impl UnwindSafe for DeleteMemberInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more