pub struct Periodic;
Expand description
Timer will automatically restart when it expires
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Periodic
impl RefUnwindSafe for Periodic
impl Send for Periodic
impl Sync for Periodic
impl Unpin for Periodic
impl UnwindSafe for Periodic
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