pub struct SchedulingUtil;Implementations§
Source§impl SchedulingUtil
定时任务工具类
impl SchedulingUtil
定时任务工具类
Sourcepub async fn set_interval(task: impl FnMut(), interval: u64)
pub async fn set_interval(task: impl FnMut(), interval: u64)
Auto Trait Implementations§
impl Freeze for SchedulingUtil
impl RefUnwindSafe for SchedulingUtil
impl Send for SchedulingUtil
impl Sync for SchedulingUtil
impl Unpin for SchedulingUtil
impl UnwindSafe for SchedulingUtil
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