pub struct MonthYear {
pub month: i32,
pub year: i32,
}Expand description
Month-year pair indicating which year was selected for a given month in TMY.
Fields§
§month: i32§year: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonthYear
impl RefUnwindSafe for MonthYear
impl Send for MonthYear
impl Sync for MonthYear
impl Unpin for MonthYear
impl UnsafeUnpin for MonthYear
impl UnwindSafe for MonthYear
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