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