pub struct DayContext {
pub solar: SolarDate,
pub lunar: LunarDate,
pub jd: i32,
pub weekday_index: usize,
pub canchi: CanChiSet,
pub tiet_khi: SolarTerm,
pub gio_hoang_dao: GioHoangDao,
}Fields§
§solar: SolarDate§lunar: LunarDate§jd: i32§weekday_index: usize§canchi: CanChiSet§tiet_khi: SolarTerm§gio_hoang_dao: GioHoangDaoTrait Implementations§
Source§impl Clone for DayContext
impl Clone for DayContext
Source§fn clone(&self) -> DayContext
fn clone(&self) -> DayContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DayContext
impl RefUnwindSafe for DayContext
impl Send for DayContext
impl Sync for DayContext
impl Unpin for DayContext
impl UnsafeUnpin for DayContext
impl UnwindSafe for DayContext
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