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]

[src]

Trait Implementations

impl Clone for Fill
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Fill
[src]

impl Hash for Fill
[src]

[src]

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

1.3.0
[src]

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

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

Auto Trait Implementations

impl Send for Fill

impl Sync for Fill