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