Struct aws_sdk_swf::output::DeprecateWorkflowTypeOutput
source · [−]#[non_exhaustive]pub struct DeprecateWorkflowTypeOutput {}
Implementations
sourceimpl DeprecateWorkflowTypeOutput
impl DeprecateWorkflowTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeprecateWorkflowTypeOutput
.
Trait Implementations
sourceimpl Clone for DeprecateWorkflowTypeOutput
impl Clone for DeprecateWorkflowTypeOutput
sourcefn clone(&self) -> DeprecateWorkflowTypeOutput
fn clone(&self) -> DeprecateWorkflowTypeOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeprecateWorkflowTypeOutput
impl Debug for DeprecateWorkflowTypeOutput
sourceimpl PartialEq<DeprecateWorkflowTypeOutput> for DeprecateWorkflowTypeOutput
impl PartialEq<DeprecateWorkflowTypeOutput> for DeprecateWorkflowTypeOutput
sourcefn eq(&self, other: &DeprecateWorkflowTypeOutput) -> bool
fn eq(&self, other: &DeprecateWorkflowTypeOutput) -> bool
impl StructuralPartialEq for DeprecateWorkflowTypeOutput
Auto Trait Implementations
impl RefUnwindSafe for DeprecateWorkflowTypeOutput
impl Send for DeprecateWorkflowTypeOutput
impl Sync for DeprecateWorkflowTypeOutput
impl Unpin for DeprecateWorkflowTypeOutput
impl UnwindSafe for DeprecateWorkflowTypeOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more