Enum specs::RunningTime
[−]
[src]
#[repr(u8)]pub enum RunningTime { VeryShort, Short, Average, Long, VeryLong, }
Variants
VeryShortShortAverageLongVeryLongTrait Implementations
impl Copy for RunningTime[src]
impl Debug for RunningTime[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for RunningTime[src]
fn clone(&self) -> RunningTime
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more