Struct aws_sdk_swf::output::RegisterWorkflowTypeOutput
source · [−]#[non_exhaustive]pub struct RegisterWorkflowTypeOutput {}Implementations
sourceimpl RegisterWorkflowTypeOutput
impl RegisterWorkflowTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterWorkflowTypeOutput.
Trait Implementations
sourceimpl Clone for RegisterWorkflowTypeOutput
impl Clone for RegisterWorkflowTypeOutput
sourcefn clone(&self) -> RegisterWorkflowTypeOutput
fn clone(&self) -> RegisterWorkflowTypeOutput
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 RegisterWorkflowTypeOutput
impl Debug for RegisterWorkflowTypeOutput
sourceimpl PartialEq<RegisterWorkflowTypeOutput> for RegisterWorkflowTypeOutput
impl PartialEq<RegisterWorkflowTypeOutput> for RegisterWorkflowTypeOutput
sourcefn eq(&self, other: &RegisterWorkflowTypeOutput) -> bool
fn eq(&self, other: &RegisterWorkflowTypeOutput) -> bool
impl StructuralPartialEq for RegisterWorkflowTypeOutput
Auto Trait Implementations
impl RefUnwindSafe for RegisterWorkflowTypeOutput
impl Send for RegisterWorkflowTypeOutput
impl Sync for RegisterWorkflowTypeOutput
impl Unpin for RegisterWorkflowTypeOutput
impl UnwindSafe for RegisterWorkflowTypeOutput
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