Enum finder_info::LabelColor[][src]

pub enum LabelColor {
    Gray,
    Green,
    Purple,
    Blue,
    Yellow,
    Red,
    Orange,
}

Variants

Methods

impl LabelColor
[src]

Trait Implementations

impl Debug for LabelColor
[src]

Formats the value using the given formatter. Read more

impl Copy for LabelColor
[src]

impl Clone for LabelColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LabelColor
[src]

impl PartialEq for LabelColor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LabelColor

impl Sync for LabelColor