pub struct DayBundleDto {Show 16 fields
pub schema_version: String,
pub ruleset_id: String,
pub ruleset_version: String,
pub profile: String,
pub generated_at: String,
pub solar: SolarDto,
pub lunar: LunarDto,
pub jd: i32,
pub canchi: Option<CanChiInfoDto>,
pub tiet_khi: Option<TietKhiDto>,
pub gio_hoang_dao: Option<GioHoangDaoDto>,
pub day_fortune: Option<DayFortuneDto>,
pub daily_recommendations: Option<DailyRecommendationsDto>,
pub contextual_recommendations: Option<DailyRecommendationsDto>,
pub insight: Option<DayInsightDto>,
pub upcoming_events: Vec<UpcomingEventDto>,
}Fields§
§schema_version: String§ruleset_id: String§ruleset_version: String§profile: String§generated_at: String§solar: SolarDto§lunar: LunarDto§jd: i32§canchi: Option<CanChiInfoDto>§tiet_khi: Option<TietKhiDto>§gio_hoang_dao: Option<GioHoangDaoDto>§day_fortune: Option<DayFortuneDto>§daily_recommendations: Option<DailyRecommendationsDto>§contextual_recommendations: Option<DailyRecommendationsDto>§insight: Option<DayInsightDto>§upcoming_events: Vec<UpcomingEventDto>Implementations§
Source§impl DayBundleDto
impl DayBundleDto
pub fn meta(&self) -> ApiMetaDto
Trait Implementations§
Source§impl Clone for DayBundleDto
impl Clone for DayBundleDto
Source§fn clone(&self) -> DayBundleDto
fn clone(&self) -> DayBundleDto
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 moreSource§impl Debug for DayBundleDto
impl Debug for DayBundleDto
Source§impl<'de> Deserialize<'de> for DayBundleDto
impl<'de> Deserialize<'de> for DayBundleDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DayBundleDto
impl RefUnwindSafe for DayBundleDto
impl Send for DayBundleDto
impl Sync for DayBundleDto
impl Unpin for DayBundleDto
impl UnsafeUnpin for DayBundleDto
impl UnwindSafe for DayBundleDto
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