Struct aws_sdk_glue::output::StartWorkflowRunOutput
source · #[non_exhaustive]pub struct StartWorkflowRunOutput { /* private fields */ }Implementations§
source§impl StartWorkflowRunOutput
impl StartWorkflowRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartWorkflowRunOutput.
Trait Implementations§
source§impl Clone for StartWorkflowRunOutput
impl Clone for StartWorkflowRunOutput
source§fn clone(&self) -> StartWorkflowRunOutput
fn clone(&self) -> StartWorkflowRunOutput
Returns a copy 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 StartWorkflowRunOutput
impl Debug for StartWorkflowRunOutput
source§impl PartialEq<StartWorkflowRunOutput> for StartWorkflowRunOutput
impl PartialEq<StartWorkflowRunOutput> for StartWorkflowRunOutput
source§fn eq(&self, other: &StartWorkflowRunOutput) -> bool
fn eq(&self, other: &StartWorkflowRunOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.