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