pub struct CanInsightDto {
pub name: String,
pub element: String,
pub meaning: LocalizedTextDto,
pub nature: LocalizedTextDto,
}Fields§
§name: String§element: String§meaning: LocalizedTextDto§nature: LocalizedTextDtoTrait Implementations§
Source§impl Clone for CanInsightDto
impl Clone for CanInsightDto
Source§fn clone(&self) -> CanInsightDto
fn clone(&self) -> CanInsightDto
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 CanInsightDto
impl Debug for CanInsightDto
Source§impl<'de> Deserialize<'de> for CanInsightDto
impl<'de> Deserialize<'de> for CanInsightDto
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<&CanInfo> for CanInsightDto
impl From<&CanInfo> for CanInsightDto
Auto Trait Implementations§
impl Freeze for CanInsightDto
impl RefUnwindSafe for CanInsightDto
impl Send for CanInsightDto
impl Sync for CanInsightDto
impl Unpin for CanInsightDto
impl UnsafeUnpin for CanInsightDto
impl UnwindSafe for CanInsightDto
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