Struct aws_sdk_glue::types::WorkflowGraph
source · #[non_exhaustive]pub struct WorkflowGraph { /* private fields */ }
Expand description
A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.
Implementations§
source§impl WorkflowGraph
impl WorkflowGraph
source§impl WorkflowGraph
impl WorkflowGraph
sourcepub fn builder() -> WorkflowGraphBuilder
pub fn builder() -> WorkflowGraphBuilder
Creates a new builder-style object to manufacture WorkflowGraph
.
Trait Implementations§
source§impl Clone for WorkflowGraph
impl Clone for WorkflowGraph
source§fn clone(&self) -> WorkflowGraph
fn clone(&self) -> WorkflowGraph
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 WorkflowGraph
impl Debug for WorkflowGraph
source§impl PartialEq<WorkflowGraph> for WorkflowGraph
impl PartialEq<WorkflowGraph> for WorkflowGraph
source§fn eq(&self, other: &WorkflowGraph) -> bool
fn eq(&self, other: &WorkflowGraph) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WorkflowGraph
Auto Trait Implementations§
impl RefUnwindSafe for WorkflowGraph
impl Send for WorkflowGraph
impl Sync for WorkflowGraph
impl Unpin for WorkflowGraph
impl UnwindSafe for WorkflowGraph
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more