Enum dot::Kind [] [src]

pub enum Kind {
    Digraph,
    Graph,
}

Graph kind determines if digraph or graph is used as keyword for the graph.

Variants

Trait Implementations

impl Copy for Kind
[src]

impl Clone for Kind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Kind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Kind
[src]

impl Debug for Kind
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Kind

impl Sync for Kind