pub struct MonthDay(pub u32);
Expand description
Date (1-31)
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for MonthDay
impl Eq for MonthDay
impl StructuralPartialEq for MonthDay
Auto Trait Implementations§
impl Freeze for MonthDay
impl RefUnwindSafe for MonthDay
impl Send for MonthDay
impl Sync for MonthDay
impl Unpin for MonthDay
impl UnwindSafe for MonthDay
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