pub struct TimerService;Expand description
TimerService Coordinates periodic background services (timers) for Canic canisters.
Implementations§
Auto Trait Implementations§
impl Freeze for TimerService
impl RefUnwindSafe for TimerService
impl Send for TimerService
impl Sync for TimerService
impl Unpin for TimerService
impl UnwindSafe for TimerService
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