Enum dot::Fill [] [src]

pub enum Fill {
    Open,
    Filled,
}

Arrow modifier that determines if the shape is empty or filled.

Variants

Methods

impl Fill
[src]

Trait Implementations

impl Clone for Fill
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Fill
[src]

impl Hash for Fill
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Fill
[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 Fill
[src]