pub struct DayInfo {
pub solar: SolarInfo,
pub lunar: LunarInfo,
pub jd: i32,
pub canchi: CanChiInfo,
pub tiet_khi: SolarTerm,
pub gio_hoang_dao: GioHoangDao,
}Expand description
Complete information about a day
Fields§
§solar: SolarInfo§lunar: LunarInfo§jd: i32§canchi: CanChiInfo§tiet_khi: SolarTerm§gio_hoang_dao: GioHoangDaoTrait Implementations§
Auto Trait Implementations§
impl Freeze for DayInfo
impl RefUnwindSafe for DayInfo
impl Send for DayInfo
impl Sync for DayInfo
impl Unpin for DayInfo
impl UnsafeUnpin for DayInfo
impl UnwindSafe for DayInfo
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