pub struct TietKhiInsightDto {
pub id: String,
pub name: LocalizedTextDto,
pub longitude: i32,
pub meaning: LocalizedTextDto,
pub astronomy: LocalizedTextDto,
pub agriculture: LocalizedListDto,
pub health: LocalizedListDto,
pub weather: LocalizedTextDto,
}Fields§
§id: String§name: LocalizedTextDto§longitude: i32§meaning: LocalizedTextDto§astronomy: LocalizedTextDto§agriculture: LocalizedListDto§health: LocalizedListDto§weather: LocalizedTextDtoTrait Implementations§
Source§impl Clone for TietKhiInsightDto
impl Clone for TietKhiInsightDto
Source§fn clone(&self) -> TietKhiInsightDto
fn clone(&self) -> TietKhiInsightDto
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 TietKhiInsightDto
impl Debug for TietKhiInsightDto
Source§impl<'de> Deserialize<'de> for TietKhiInsightDto
impl<'de> Deserialize<'de> for TietKhiInsightDto
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<&TietKhiInsight> for TietKhiInsightDto
impl From<&TietKhiInsight> for TietKhiInsightDto
Source§fn from(value: &TietKhiInsight) -> Self
fn from(value: &TietKhiInsight) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TietKhiInsightDto
impl RefUnwindSafe for TietKhiInsightDto
impl Send for TietKhiInsightDto
impl Sync for TietKhiInsightDto
impl Unpin for TietKhiInsightDto
impl UnsafeUnpin for TietKhiInsightDto
impl UnwindSafe for TietKhiInsightDto
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