pub struct IntervalAfter { /* private fields */ }Expand description
Tick every Duration after a SystemTime.
Bursts.
Implementations§
Trait Implementations§
Source§impl Debug for IntervalAfter
impl Debug for IntervalAfter
Source§impl Stream for IntervalAfter
impl Stream for IntervalAfter
Auto Trait Implementations§
impl Freeze for IntervalAfter
impl !RefUnwindSafe for IntervalAfter
impl Send for IntervalAfter
impl Sync for IntervalAfter
impl Unpin for IntervalAfter
impl !UnwindSafe for IntervalAfter
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