pub struct TuMenhInsightDto {
pub kua: u8,
pub group: String,
pub trigram: LocalizedTextDto,
pub direction: LocalizedTextDto,
pub meaning: LocalizedTextDto,
pub group_meaning: LocalizedTextDto,
pub favorable_directions: Vec<String>,
pub unfavorable_directions: Vec<String>,
}Fields§
§kua: u8§group: String§trigram: LocalizedTextDto§direction: LocalizedTextDto§meaning: LocalizedTextDto§group_meaning: LocalizedTextDto§favorable_directions: Vec<String>§unfavorable_directions: Vec<String>Trait Implementations§
Source§impl Clone for TuMenhInsightDto
impl Clone for TuMenhInsightDto
Source§fn clone(&self) -> TuMenhInsightDto
fn clone(&self) -> TuMenhInsightDto
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 TuMenhInsightDto
impl Debug for TuMenhInsightDto
Source§impl<'de> Deserialize<'de> for TuMenhInsightDto
impl<'de> Deserialize<'de> for TuMenhInsightDto
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 TuMenhInsightDto
impl RefUnwindSafe for TuMenhInsightDto
impl Send for TuMenhInsightDto
impl Sync for TuMenhInsightDto
impl Unpin for TuMenhInsightDto
impl UnsafeUnpin for TuMenhInsightDto
impl UnwindSafe for TuMenhInsightDto
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