pub struct MonthInfo {
pub month: u32,
pub name: &'static str,
pub short_name: &'static str,
pub days: u32,
}Fields§
§month: u32§name: &'static str§short_name: &'static str§days: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonthInfo
impl RefUnwindSafe for MonthInfo
impl Send for MonthInfo
impl Sync for MonthInfo
impl Unpin for MonthInfo
impl UnwindSafe for MonthInfo
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