pub struct SolarDate {
pub day: i32,
pub month: i32,
pub year: i32,
pub day_of_week: usize,
}Fields§
§day: i32§month: i32§year: i32§day_of_week: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SolarDate
impl RefUnwindSafe for SolarDate
impl Send for SolarDate
impl Sync for SolarDate
impl Unpin for SolarDate
impl UnsafeUnpin for SolarDate
impl UnwindSafe for SolarDate
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