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