Struct timer_util::TimerConf
source · [−]pub struct TimerConf { /* private fields */ }Implementations
sourceimpl TimerConf
impl TimerConf
pub fn datetimes(
&self,
range: impl RangeBounds<NaiveDateTime>
) -> Result<Vec<NaiveDateTime>>
pub fn _next_2(&self, now: NaiveDateTime) -> NaiveDateTime
pub fn next(&self) -> u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimerConf
impl Send for TimerConf
impl Sync for TimerConf
impl Unpin for TimerConf
impl UnwindSafe for TimerConf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more