Enum htwdresden::Degree [] [src]

pub enum Degree {
    Bachelor,
    Master,
    Diploma,
}

A degree, e.g. something you graduate with.

Variants

Trait Implementations

impl Debug for Degree
[src]

Formats the value using the given formatter.

impl Clone for Degree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Degree
[src]