pub struct HistoricalClockInstaller { /* private fields */ }Expand description
Installer for the historical (replay) clock.
Registers a Clock resource and returns a HistoricalClockPoller.
Implementations§
Trait Implementations§
Source§impl Debug for HistoricalClockInstaller
impl Debug for HistoricalClockInstaller
Source§impl Installer for HistoricalClockInstaller
impl Installer for HistoricalClockInstaller
Source§type Poller = HistoricalClockPoller
type Poller = HistoricalClockPoller
The concrete poller returned after installation.
Source§fn install(self, world: &mut WorldBuilder) -> HistoricalClockPoller
fn install(self, world: &mut WorldBuilder) -> HistoricalClockPoller
Register resources into the world and return a poller for dispatch.
Auto Trait Implementations§
impl Freeze for HistoricalClockInstaller
impl RefUnwindSafe for HistoricalClockInstaller
impl Send for HistoricalClockInstaller
impl Sync for HistoricalClockInstaller
impl Unpin for HistoricalClockInstaller
impl UnsafeUnpin for HistoricalClockInstaller
impl UnwindSafe for HistoricalClockInstaller
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