Enum badi_date::DayChangeAction
source · pub enum DayChangeAction {
Keep,
FirstInMonth,
LastInMonth,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DayChangeAction
impl RefUnwindSafe for DayChangeAction
impl Send for DayChangeAction
impl Sync for DayChangeAction
impl Unpin for DayChangeAction
impl UnwindSafe for DayChangeAction
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