Struct rs_graph::draw::EdgeInfo [] [src]

pub struct EdgeInfo {
    pub label: Option<usize>,
    pub value: Option<String>,
}

Fields

Methods

impl EdgeInfo
[src]

Trait Implementations

impl Clone for EdgeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EdgeInfo
[src]

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

impl Debug for EdgeInfo
[src]

Formats the value using the given formatter.