Enum hyper_scripter_historian::EventType [−][src]
pub enum EventType {
Exec,
ExecDone,
Read,
Write,
Miss,
}
Variants
Exec
ExecDone
Read
Write
Miss
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventType
impl UnwindSafe for EventType
Blanket Implementations
Mutably borrows from an owned value. Read more