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

NodeIndexLabel

Use indices for node labels.

EdgeIndexLabel

Use indices for edge labels.

EdgeNoLabel

Use no edge labels.

Trait Implementations

impl Eq for Config
[src]

impl PartialEq for Config
[src]

fn eq(&self, __arg_0: &Config) -> bool

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

fn ne(&self, __arg_0: &Config) -> bool

This method tests for !=.

impl Debug for Config
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.