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