Enum petgraph::dot::Config [] [src]

pub enum Config {
    NodeIndexLabel,
    EdgeIndexLabel,
    EdgeNoLabel,
    // some variants omitted
}

Dot configuration.

This enum does not have an exhaustive definition (will be expanded)

Variants

Use indices for node labels.

Use indices for edge labels.

Use no edge labels.

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Config
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Config
[src]