pub struct DayOfYear(pub u16);Expand description
The current day of the year, 1-based.
Tuple Fields§
§0: u16Trait Implementations§
impl Copy for DayOfYear
impl StructuralPartialEq for DayOfYear
Auto Trait Implementations§
impl Freeze for DayOfYear
impl RefUnwindSafe for DayOfYear
impl Send for DayOfYear
impl Sync for DayOfYear
impl Unpin for DayOfYear
impl UnsafeUnpin for DayOfYear
impl UnwindSafe for DayOfYear
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