Enum graphviz::Style
[−]
[src]
pub enum Style {
None,
Solid,
Dashed,
Dotted,
Bold,
Rounded,
Diagonals,
Filled,
Striped,
Wedged,
}Unstable (
rustc_private)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
NoneUnstable (
rustc_private)SolidUnstable (
rustc_private)DashedUnstable (
rustc_private)DottedUnstable (
rustc_private)BoldUnstable (
rustc_private)RoundedUnstable (
rustc_private)DiagonalsUnstable (
rustc_private)FilledUnstable (
rustc_private)StripedUnstable (
rustc_private)WedgedUnstable (
rustc_private)Methods
impl Style[src]
Trait Implementations
Derived Implementations
impl Debug for Style[src]
impl Eq for Style[src]
impl PartialEq for Style[src]
fn eq(&self, __arg_0: &Style) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for Style[src]
fn clone(&self) -> Style
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more