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