pub struct DayTenGodsDto {
pub to_year_stem: Option<ThapThanResultDto>,
pub to_self: Option<ThapThanResultDto>,
}Fields§
§to_year_stem: Option<ThapThanResultDto>Ten Gods relation from day stem to year stem
to_self: Option<ThapThanResultDto>Ten Gods relation from day stem to self (day stem to day stem)
Trait Implementations§
Source§impl Clone for DayTenGodsDto
impl Clone for DayTenGodsDto
Source§fn clone(&self) -> DayTenGodsDto
fn clone(&self) -> DayTenGodsDto
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 DayTenGodsDto
impl Debug for DayTenGodsDto
Source§impl<'de> Deserialize<'de> for DayTenGodsDto
impl<'de> Deserialize<'de> for DayTenGodsDto
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
Source§impl From<&DayTenGods> for DayTenGodsDto
impl From<&DayTenGods> for DayTenGodsDto
Source§fn from(value: &DayTenGods) -> Self
fn from(value: &DayTenGods) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DayTenGodsDto
impl RefUnwindSafe for DayTenGodsDto
impl Send for DayTenGodsDto
impl Sync for DayTenGodsDto
impl Unpin for DayTenGodsDto
impl UnsafeUnpin for DayTenGodsDto
impl UnwindSafe for DayTenGodsDto
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