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
Derived 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 !=
.