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