Enum airkorea::Grade[][src]

pub enum Grade {
    None,
    Good,
    Normal,
    Bad,
    Critical,
}

Variants

Trait Implementations

impl Clone for Grade
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Grade
[src]

impl Debug for Grade
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Grade

impl Sync for Grade