Enum lambda::core::events::RuntimeEvent
source · pub enum RuntimeEvent {
Initialized,
Shutdown,
}
Expand description
Kernel events are generated by the kernel itself
Variants§
Trait Implementations§
source§impl Clone for RuntimeEvent
impl Clone for RuntimeEvent
source§fn clone(&self) -> RuntimeEvent
fn clone(&self) -> RuntimeEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more