pub struct DayStarsDto {
pub cat_tinh: Vec<String>,
pub sat_tinh: Vec<String>,
pub day_star: Option<DayStarDto>,
pub star_system: Option<String>,
pub evidence: Option<RuleEvidenceDto>,
pub matched_rules: Vec<StarRuleEvidenceDto>,
}Fields§
§cat_tinh: Vec<String>§sat_tinh: Vec<String>§day_star: Option<DayStarDto>§star_system: Option<String>§evidence: Option<RuleEvidenceDto>§matched_rules: Vec<StarRuleEvidenceDto>Trait Implementations§
Source§impl Clone for DayStarsDto
impl Clone for DayStarsDto
Source§fn clone(&self) -> DayStarsDto
fn clone(&self) -> DayStarsDto
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 DayStarsDto
impl Debug for DayStarsDto
Source§impl<'de> Deserialize<'de> for DayStarsDto
impl<'de> Deserialize<'de> for DayStarsDto
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<&DayStars> for DayStarsDto
impl From<&DayStars> for DayStarsDto
Auto Trait Implementations§
impl Freeze for DayStarsDto
impl RefUnwindSafe for DayStarsDto
impl Send for DayStarsDto
impl Sync for DayStarsDto
impl Unpin for DayStarsDto
impl UnsafeUnpin for DayStarsDto
impl UnwindSafe for DayStarsDto
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