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