pub struct TimerComponent;Expand description
The Timer component produces exchanges on a periodic interval.
Implementations§
Trait Implementations§
Source§impl Component for TimerComponent
impl Component for TimerComponent
Auto Trait Implementations§
impl Freeze for TimerComponent
impl RefUnwindSafe for TimerComponent
impl Send for TimerComponent
impl Sync for TimerComponent
impl Unpin for TimerComponent
impl UnsafeUnpin for TimerComponent
impl UnwindSafe for TimerComponent
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