pub struct NaAmInsightDto {
pub na_am: String,
pub element: String,
pub meaning: LocalizedTextDto,
}Fields§
§na_am: String§element: String§meaning: LocalizedTextDtoTrait Implementations§
Source§impl Clone for NaAmInsightDto
impl Clone for NaAmInsightDto
Source§fn clone(&self) -> NaAmInsightDto
fn clone(&self) -> NaAmInsightDto
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 NaAmInsightDto
impl Debug for NaAmInsightDto
Source§impl<'de> Deserialize<'de> for NaAmInsightDto
impl<'de> Deserialize<'de> for NaAmInsightDto
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 NaAmInsightDto
impl RefUnwindSafe for NaAmInsightDto
impl Send for NaAmInsightDto
impl Sync for NaAmInsightDto
impl Unpin for NaAmInsightDto
impl UnsafeUnpin for NaAmInsightDto
impl UnwindSafe for NaAmInsightDto
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