pub struct CronJobHandle { /* private fields */ }Expand description
Handle returned by include_exclude_cron.
Allows the caller to gracefully stop the background cron thread.
The thread will exit on the next tick after stop() is called.
Implementations§
Source§impl CronJobHandle
impl CronJobHandle
Auto Trait Implementations§
impl Freeze for CronJobHandle
impl RefUnwindSafe for CronJobHandle
impl Send for CronJobHandle
impl Sync for CronJobHandle
impl Unpin for CronJobHandle
impl UnwindSafe for CronJobHandle
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