Enum line_plot::ProgramKey [] [src]

pub enum ProgramKey {
    Basic,
    Fill,
    Line,
    Overlay,
}

Variants

Trait Implementations

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

impl Hash for ProgramKey
[src]

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

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