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

An AttributesList sets the attributes of an edge or node. See the Attributes trait for more information on what fields can be set.

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. Note that any quote in the string need to be escaped before calling. This function does NOT check that name or value are valid DOT strings. Read more
Set the name of the font family for label text
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 area with
Set the color of the font used for text
Set the background color
Set the shape of a graph, subgraph, cluster or node
Set the style
Set type of arrow head for edge lines (the arrow at the destination)
Set type of arrow tail for edge lines (the arrow at the source)
Set the relative rank, which affects layout
Set the pen width for drawing lines
Set the arrow size
Set the font size
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.