Enum specs::RunningTime [] [src]

#[repr(u8)]
pub enum RunningTime { VeryShort, Short, Average, Long, VeryLong, }

Variants

Trait Implementations

impl Clone for RunningTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RunningTime
[src]

impl Debug for RunningTime
[src]

Formats the value using the given formatter.