Struct aws_sdk_macie2::input::DisableMacieInput
source · [−]#[non_exhaustive]pub struct DisableMacieInput {}
Implementations
sourceimpl DisableMacieInput
impl DisableMacieInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableMacie, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableMacie, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableMacie
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableMacieInput
.
Trait Implementations
sourceimpl Clone for DisableMacieInput
impl Clone for DisableMacieInput
sourcefn clone(&self) -> DisableMacieInput
fn clone(&self) -> DisableMacieInput
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 DisableMacieInput
impl Debug for DisableMacieInput
sourceimpl PartialEq<DisableMacieInput> for DisableMacieInput
impl PartialEq<DisableMacieInput> for DisableMacieInput
sourcefn eq(&self, other: &DisableMacieInput) -> bool
fn eq(&self, other: &DisableMacieInput) -> bool
impl StructuralPartialEq for DisableMacieInput
Auto Trait Implementations
impl RefUnwindSafe for DisableMacieInput
impl Send for DisableMacieInput
impl Sync for DisableMacieInput
impl Unpin for DisableMacieInput
impl UnwindSafe for DisableMacieInput
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