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