Enum badi_date::BadiDateError
source · pub enum BadiDateError {
DayInvalid(u8, BadiMonth),
MonthInvalid,
YearInvalid,
DateNotSupported,
}Variants§
Implementations§
Trait Implementations§
source§impl Debug for BadiDateError
impl Debug for BadiDateError
Auto Trait Implementations§
impl Freeze for BadiDateError
impl RefUnwindSafe for BadiDateError
impl Send for BadiDateError
impl Sync for BadiDateError
impl Unpin for BadiDateError
impl UnwindSafe for BadiDateError
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