pub struct UndeprecateActivityTypeInput {
pub activity_type: ActivityType,
pub domain: String,
}Fields§
§activity_type: ActivityTypeThe activity type to undeprecate.
domain: StringThe name of the domain of the deprecated activity type.
Trait Implementations§
Source§impl Clone for UndeprecateActivityTypeInput
impl Clone for UndeprecateActivityTypeInput
Source§fn clone(&self) -> UndeprecateActivityTypeInput
fn clone(&self) -> UndeprecateActivityTypeInput
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 UndeprecateActivityTypeInput
impl Debug for UndeprecateActivityTypeInput
Source§impl Default for UndeprecateActivityTypeInput
impl Default for UndeprecateActivityTypeInput
Source§fn default() -> UndeprecateActivityTypeInput
fn default() -> UndeprecateActivityTypeInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UndeprecateActivityTypeInput
impl PartialEq for UndeprecateActivityTypeInput
Source§fn eq(&self, other: &UndeprecateActivityTypeInput) -> bool
fn eq(&self, other: &UndeprecateActivityTypeInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UndeprecateActivityTypeInput
Auto Trait Implementations§
impl Freeze for UndeprecateActivityTypeInput
impl RefUnwindSafe for UndeprecateActivityTypeInput
impl Send for UndeprecateActivityTypeInput
impl Sync for UndeprecateActivityTypeInput
impl Unpin for UndeprecateActivityTypeInput
impl UnwindSafe for UndeprecateActivityTypeInput
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