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