pub struct DisableProactiveEngagementRequest {}Trait Implementations§
Source§impl Clone for DisableProactiveEngagementRequest
impl Clone for DisableProactiveEngagementRequest
Source§fn clone(&self) -> DisableProactiveEngagementRequest
fn clone(&self) -> DisableProactiveEngagementRequest
Returns a duplicate 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 DisableProactiveEngagementRequest
impl Default for DisableProactiveEngagementRequest
Source§fn default() -> DisableProactiveEngagementRequest
fn default() -> DisableProactiveEngagementRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableProactiveEngagementRequest
impl PartialEq for DisableProactiveEngagementRequest
Source§fn eq(&self, other: &DisableProactiveEngagementRequest) -> bool
fn eq(&self, other: &DisableProactiveEngagementRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisableProactiveEngagementRequest
Auto Trait Implementations§
impl Freeze for DisableProactiveEngagementRequest
impl RefUnwindSafe for DisableProactiveEngagementRequest
impl Send for DisableProactiveEngagementRequest
impl Sync for DisableProactiveEngagementRequest
impl Unpin for DisableProactiveEngagementRequest
impl UnwindSafe for DisableProactiveEngagementRequest
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