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 Debug for Config
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for Config
[src]
fn eq(&self, __arg_0: &Config) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Config) -> bool
[src]
This method tests for !=
.