Enum derbyjson::ClockEvent [] [src]

pub enum ClockEvent {
    Note(Note),
    Jam(Jam),
    Timeout(Timeout),
}

A thing that happens during a period, either a jam or a timeout, or possibly just a note.

Variants