Enum lambda::events::RuntimeEvent
source · pub enum RuntimeEvent {
Initialized,
Shutdown,
ComponentPanic {
message: String,
},
}
Expand description
Runtime events are generated by the Runtimes themselves.
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