pub struct StarsInsightDto {
pub cat_tinh: Vec<String>,
pub sat_tinh: Vec<String>,
pub day_star: Option<String>,
pub day_star_quality: Option<String>,
}Fields§
§cat_tinh: Vec<String>§sat_tinh: Vec<String>§day_star: Option<String>§day_star_quality: Option<String>Trait Implementations§
Source§impl Clone for StarsInsightDto
impl Clone for StarsInsightDto
Source§fn clone(&self) -> StarsInsightDto
fn clone(&self) -> StarsInsightDto
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 StarsInsightDto
impl Debug for StarsInsightDto
Source§impl<'de> Deserialize<'de> for StarsInsightDto
impl<'de> Deserialize<'de> for StarsInsightDto
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 StarsInsightDto
impl RefUnwindSafe for StarsInsightDto
impl Send for StarsInsightDto
impl Sync for StarsInsightDto
impl Unpin for StarsInsightDto
impl UnsafeUnpin for StarsInsightDto
impl UnwindSafe for StarsInsightDto
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