Struct dot_writer::AttributesList[][src]

pub struct AttributesList<'d, 'w> { /* fields omitted */ }
Expand description

An AttributesList sets the attributes of an edge or node. See the Attributes trait for more information.

Trait Implementations

Sets an attribute. See the Graphviz documentation for a full list of available names and values. Set the arguement quote to true if the value should be written in quotes ", to escape any special characters. Not that any quote in the string need to be escaped before calling. Read more

Set arbitary html, useful for constructing more complex nodes

Set the display label for a graph, node or edge

Set the label to appear at the head of an edge

Set the label to appear at the tail of an edge

Set the edge or line color

Set the color to fill the are with

Set the color of the font

Set the background color

Set the shape of a graph, subgraph, cluster or node

Set the style

Set the relative rank

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.