pub struct StopAt { /* private fields */ }Expand description
See the module-level documentation
Implementations§
Trait Implementations§
Source§impl Module for StopAt
impl Module for StopAt
Source§fn post_timer(&mut self, timer: TimerInfo) -> Result<Progress>
fn post_timer(&mut self, timer: TimerInfo) -> Result<Progress>
Decides what happens after a timer has executed
Source§fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
Decides if a timer should be allowed to execute
impl Copy for StopAt
Auto Trait Implementations§
impl Freeze for StopAt
impl RefUnwindSafe for StopAt
impl Send for StopAt
impl Sync for StopAt
impl Unpin for StopAt
impl UnwindSafe for StopAt
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