Enum dot::Kind
[−]
[src]
pub enum Kind {
Digraph,
Graph,
}Graph kind determines if digraph or graph is used as keyword
for the graph.
Variants
DigraphGraph
Trait Implementations
impl Copy for Kind[src]
impl Clone for Kind[src]
fn clone(&self) -> Kind[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Kind[src]
fn eq(&self, __arg_0: &Kind) -> bool[src]
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[src]
This method tests for !=.