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