pub struct DescribeActivityTypeInput {
pub activity_type: ActivityType,
pub domain: String,
}
Fields§
§activity_type: ActivityType
The activity type to get information about. Activity types are identified by the name
and version
that were supplied when the activity was registered.
domain: String
The name of the domain in which the activity type is registered.
Trait Implementations§
Source§impl Clone for DescribeActivityTypeInput
impl Clone for DescribeActivityTypeInput
Source§fn clone(&self) -> DescribeActivityTypeInput
fn clone(&self) -> DescribeActivityTypeInput
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 DescribeActivityTypeInput
impl Debug for DescribeActivityTypeInput
Source§impl Default for DescribeActivityTypeInput
impl Default for DescribeActivityTypeInput
Source§fn default() -> DescribeActivityTypeInput
fn default() -> DescribeActivityTypeInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeActivityTypeInput
Auto Trait Implementations§
impl Freeze for DescribeActivityTypeInput
impl RefUnwindSafe for DescribeActivityTypeInput
impl Send for DescribeActivityTypeInput
impl Sync for DescribeActivityTypeInput
impl Unpin for DescribeActivityTypeInput
impl UnwindSafe for DescribeActivityTypeInput
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