Struct rusoto_glue::CodeGenEdge[][src]

pub struct CodeGenEdge {
    pub source: String,
    pub target: String,
    pub target_parameter: Option<String>,
}

Represents a directional edge in a directed acyclic graph (DAG).

Fields

The ID of the node at which the edge starts.

The ID of the node at which the edge ends.

The target of the edge.

Trait Implementations

impl Default for CodeGenEdge
[src]

Returns the "default value" for a type. Read more

impl Debug for CodeGenEdge
[src]

Formats the value using the given formatter. Read more

impl Clone for CodeGenEdge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CodeGenEdge
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for CodeGenEdge

impl Sync for CodeGenEdge