pub struct ProverbInsightDto {
pub text: String,
pub meaning: LocalizedTextDto,
}Fields§
§text: String§meaning: LocalizedTextDtoTrait Implementations§
Source§impl Clone for ProverbInsightDto
impl Clone for ProverbInsightDto
Source§fn clone(&self) -> ProverbInsightDto
fn clone(&self) -> ProverbInsightDto
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 ProverbInsightDto
impl Debug for ProverbInsightDto
Source§impl<'de> Deserialize<'de> for ProverbInsightDto
impl<'de> Deserialize<'de> for ProverbInsightDto
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
Source§impl From<&ProverbItem> for ProverbInsightDto
impl From<&ProverbItem> for ProverbInsightDto
Source§fn from(value: &ProverbItem) -> Self
fn from(value: &ProverbItem) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProverbInsightDto
impl RefUnwindSafe for ProverbInsightDto
impl Send for ProverbInsightDto
impl Sync for ProverbInsightDto
impl Unpin for ProverbInsightDto
impl UnsafeUnpin for ProverbInsightDto
impl UnwindSafe for ProverbInsightDto
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