pub struct ProcessStartHandler;Trait Implementations§
Source§impl EventHandler for ProcessStartHandler
impl EventHandler for ProcessStartHandler
fn handle<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
event: &'life1 EngineEvent,
ctx: &'life2 mut EngineContext,
) -> Pin<Box<dyn Future<Output = Vec<EngineEvent>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for ProcessStartHandler
impl RefUnwindSafe for ProcessStartHandler
impl Send for ProcessStartHandler
impl Sync for ProcessStartHandler
impl Unpin for ProcessStartHandler
impl UnsafeUnpin for ProcessStartHandler
impl UnwindSafe for ProcessStartHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more