Enum petgraph::dot::Config [−][src]
pub enum Config {
NodeIndexLabel,
EdgeIndexLabel,
EdgeNoLabel,
NodeNoLabel,
GraphContentOnly,
// some variants omitted
}
Expand description
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.
NodeNoLabel
Use no node labels.
GraphContentOnly
Do not print the graph/digraph string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.