pub enum DateDivisor {
Weekdays(Weekdays),
Interval(DateInterval),
}
Variants§
Weekdays(Weekdays)
Interval(DateInterval)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateDivisor
impl RefUnwindSafe for DateDivisor
impl Send for DateDivisor
impl Sync for DateDivisor
impl Unpin for DateDivisor
impl UnwindSafe for DateDivisor
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