pub struct PeriodicJob {
pub interval: Duration,
pub inner: Delay,
}Fields§
§interval: Duration§inner: DelayImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PeriodicJob
impl !UnwindSafe for PeriodicJob
impl Freeze for PeriodicJob
impl Send for PeriodicJob
impl Sync for PeriodicJob
impl Unpin for PeriodicJob
impl UnsafeUnpin for PeriodicJob
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