Enum mlua::DebugEvent [−][src]
pub enum DebugEvent {
Call,
Ret,
TailCall,
Line,
Count,
}Expand description
Represents a specific event that triggered the hook.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugEvent
impl Send for DebugEvent
impl Sync for DebugEvent
impl Unpin for DebugEvent
impl UnwindSafe for DebugEvent
Blanket Implementations
Mutably borrows from an owned value. Read more