Enum dot::RenderOption [] [src]

pub enum RenderOption {
    NoEdgeLabels,
    NoNodeLabels,
    NoEdgeStyles,
    NoNodeStyles,
    NoArrows,
}

Variants

Trait Implementations

impl Copy for RenderOption
[src]

impl Clone for RenderOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RenderOption
[src]

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

This method tests for !=.

impl Eq for RenderOption
[src]

impl Debug for RenderOption
[src]

Formats the value using the given formatter.