pub struct DeprecateActivityTypeInput {
pub activity_type: ActivityType,
pub domain: String,
}
Fields§
§activity_type: ActivityType
The activity type to deprecate.
domain: String
The name of the domain in which the activity type is registered.
Trait Implementations§
Source§impl Clone for DeprecateActivityTypeInput
impl Clone for DeprecateActivityTypeInput
Source§fn clone(&self) -> DeprecateActivityTypeInput
fn clone(&self) -> DeprecateActivityTypeInput
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 Debug for DeprecateActivityTypeInput
impl Debug for DeprecateActivityTypeInput
Source§impl Default for DeprecateActivityTypeInput
impl Default for DeprecateActivityTypeInput
Source§fn default() -> DeprecateActivityTypeInput
fn default() -> DeprecateActivityTypeInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeprecateActivityTypeInput
Auto Trait Implementations§
impl Freeze for DeprecateActivityTypeInput
impl RefUnwindSafe for DeprecateActivityTypeInput
impl Send for DeprecateActivityTypeInput
impl Sync for DeprecateActivityTypeInput
impl Unpin for DeprecateActivityTypeInput
impl UnwindSafe for DeprecateActivityTypeInput
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