#[non_exhaustive]pub struct DisableProactiveEngagementOutput {}
Implementations
sourceimpl DisableProactiveEngagementOutput
impl DisableProactiveEngagementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableProactiveEngagementOutput
.
Trait Implementations
sourceimpl Clone for DisableProactiveEngagementOutput
impl Clone for DisableProactiveEngagementOutput
sourcefn clone(&self) -> DisableProactiveEngagementOutput
fn clone(&self) -> DisableProactiveEngagementOutput
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<DisableProactiveEngagementOutput> for DisableProactiveEngagementOutput
impl PartialEq<DisableProactiveEngagementOutput> for DisableProactiveEngagementOutput
sourcefn eq(&self, other: &DisableProactiveEngagementOutput) -> bool
fn eq(&self, other: &DisableProactiveEngagementOutput) -> bool
impl StructuralPartialEq for DisableProactiveEngagementOutput
Auto Trait Implementations
impl RefUnwindSafe for DisableProactiveEngagementOutput
impl Send for DisableProactiveEngagementOutput
impl Sync for DisableProactiveEngagementOutput
impl Unpin for DisableProactiveEngagementOutput
impl UnwindSafe for DisableProactiveEngagementOutput
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