Enum rustc_ap_rustc_graphviz::Style [−][src]
pub enum Style {
None,
Solid,
Dashed,
Dotted,
Bold,
Rounded,
Diagonals,
Filled,
Striped,
Wedged,
}The style for a node or edge. See http://www.graphviz.org/doc/info/attrs.html#k:style for descriptions. Note that some of these are not valid for edges.
Variants
Implementations
Trait Implementations
impl StructuralEq for Style[src]
impl StructuralEq for Style[src]impl StructuralPartialEq for Style[src]
impl StructuralPartialEq for Style[src]Auto Trait Implementations
impl RefUnwindSafe for Style
impl RefUnwindSafe for Styleimpl UnwindSafe for Style
impl UnwindSafe for Style