pub struct ChiInsightDto {
pub name: String,
pub animal: LocalizedTextDto,
pub element: String,
pub meaning: LocalizedTextDto,
pub hours: String,
}Fields§
§name: String§animal: LocalizedTextDto§element: String§meaning: LocalizedTextDto§hours: StringTrait Implementations§
Source§impl Clone for ChiInsightDto
impl Clone for ChiInsightDto
Source§fn clone(&self) -> ChiInsightDto
fn clone(&self) -> ChiInsightDto
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 ChiInsightDto
impl Debug for ChiInsightDto
Source§impl<'de> Deserialize<'de> for ChiInsightDto
impl<'de> Deserialize<'de> for ChiInsightDto
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<&ChiInfo> for ChiInsightDto
impl From<&ChiInfo> for ChiInsightDto
Auto Trait Implementations§
impl Freeze for ChiInsightDto
impl RefUnwindSafe for ChiInsightDto
impl Send for ChiInsightDto
impl Sync for ChiInsightDto
impl Unpin for ChiInsightDto
impl UnsafeUnpin for ChiInsightDto
impl UnwindSafe for ChiInsightDto
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