Struct gantz::Edge[][src]

pub struct Edge { /* fields omitted */ }

The edge connecting two nodes.

Trait Implementations

impl Copy for Edge
[src]

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Edge
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Edge
[src]

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

This method tests for !=.

impl Eq for Edge
[src]

Auto Trait Implementations

impl Send for Edge

impl Sync for Edge