pub struct NaAmLookupResultDto {
pub cycle_index: u8,
pub can: String,
pub chi: String,
pub na_am: String,
pub element: String,
pub source_id: String,
pub method: String,
pub profile: String,
}Expand description
Na Am lookup result with cycle index and evidence metadata
Fields§
§cycle_index: u81-based cycle index (1-60)
can: StringHeavenly stem (Vietnamese name)
chi: StringEarthly branch (Vietnamese name)
na_am: StringNa Am value (e.g., “Hải Trung Kim”)
element: StringFive element (last word of na_am)
source_id: StringEvidence: source identifier
method: StringEvidence: computation method
profile: StringEvidence: ruleset profile
Trait Implementations§
Source§impl Clone for NaAmLookupResultDto
impl Clone for NaAmLookupResultDto
Source§fn clone(&self) -> NaAmLookupResultDto
fn clone(&self) -> NaAmLookupResultDto
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 NaAmLookupResultDto
impl Debug for NaAmLookupResultDto
Source§impl<'de> Deserialize<'de> for NaAmLookupResultDto
impl<'de> Deserialize<'de> for NaAmLookupResultDto
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<&NaAmEntry> for NaAmLookupResultDto
impl From<&NaAmEntry> for NaAmLookupResultDto
Auto Trait Implementations§
impl Freeze for NaAmLookupResultDto
impl RefUnwindSafe for NaAmLookupResultDto
impl Send for NaAmLookupResultDto
impl Sync for NaAmLookupResultDto
impl Unpin for NaAmLookupResultDto
impl UnsafeUnpin for NaAmLookupResultDto
impl UnwindSafe for NaAmLookupResultDto
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