Enum daggy::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

Derived Implementations

impl Eq for Config

impl PartialEq<Config> for Config

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

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

impl Debug for Config

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

Formats the value using the given formatter.