pub struct HistoryHandler;Trait Implementations§
Source§impl EventHandler for HistoryHandler
impl EventHandler for HistoryHandler
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 HistoryHandler
impl RefUnwindSafe for HistoryHandler
impl Send for HistoryHandler
impl Sync for HistoryHandler
impl Unpin for HistoryHandler
impl UnsafeUnpin for HistoryHandler
impl UnwindSafe for HistoryHandler
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