Struct timer_util::DayConfBuilder
source · [−]pub struct DayConfBuilder { /* private fields */ }
Implementations
sourceimpl DayConfBuilder
impl DayConfBuilder
pub fn conf_month_days(self, month_days: MonthDays) -> Self
pub fn conf_week_days(self, week_days: WeekDays) -> Self
pub fn build_with_hours(self, hours: Hours) -> DayHourConfBuilder
Trait Implementations
sourceimpl From<MonthDays> for DayConfBuilder
impl From<MonthDays> for DayConfBuilder
Auto Trait Implementations
impl RefUnwindSafe for DayConfBuilder
impl Send for DayConfBuilder
impl Sync for DayConfBuilder
impl Unpin for DayConfBuilder
impl UnwindSafe for DayConfBuilder
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