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
NodeIndexLabelUse indices for node labels.
EdgeIndexLabelUse indices for edge labels.
EdgeNoLabelUse 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 !=.