pub struct TabooInsightDto {
pub action: LocalizedTextDto,
pub reason: LocalizedTextDto,
}Fields§
§action: LocalizedTextDto§reason: LocalizedTextDtoTrait Implementations§
Source§impl Clone for TabooInsightDto
impl Clone for TabooInsightDto
Source§fn clone(&self) -> TabooInsightDto
fn clone(&self) -> TabooInsightDto
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 TabooInsightDto
impl Debug for TabooInsightDto
Source§impl<'de> Deserialize<'de> for TabooInsightDto
impl<'de> Deserialize<'de> for TabooInsightDto
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<&TabooItem> for TabooInsightDto
impl From<&TabooItem> for TabooInsightDto
Auto Trait Implementations§
impl Freeze for TabooInsightDto
impl RefUnwindSafe for TabooInsightDto
impl Send for TabooInsightDto
impl Sync for TabooInsightDto
impl Unpin for TabooInsightDto
impl UnsafeUnpin for TabooInsightDto
impl UnwindSafe for TabooInsightDto
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