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