pub struct Schedule<'a> { /* private fields */ }
Expand description
Timer’s schedule
If initial timeout is not configured, then it is set to interval
timeout
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Schedule<'a>
impl<'a> !RefUnwindSafe for Schedule<'a>
impl<'a> Send for Schedule<'a>
impl<'a> Sync for Schedule<'a>
impl<'a> Unpin for Schedule<'a>
impl<'a> !UnwindSafe for Schedule<'a>
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