Enum specs::RunningTime [] [src]

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

Variants

Trait Implementations

impl Copy for RunningTime
[src]

impl Clone for RunningTime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RunningTime
[src]

[src]

Formats the value using the given formatter.