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