pub struct Every { /* private fields */ }Expand description
Implementations§
Source§impl Every
impl Every
Sourcepub fn until(self, end: Dt) -> TimeRange ⓘ
pub fn until(self, end: Dt) -> TimeRange ⓘ
Creates an inclusive time range (start ... end).
The resulting iterator will yield end as the final element
(provided end is reachable from start with the given step).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Every
impl RefUnwindSafe for Every
impl Send for Every
impl Sync for Every
impl Unpin for Every
impl UnsafeUnpin for Every
impl UnwindSafe for Every
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