pub enum ThingsContent {
LinkThingsContent(LinkThingsContent),
ScenarioResultThingsContent(ScenarioResultThingsContent),
UnlinkThingsContent(UnlinkThingsContent),
}Variants§
LinkThingsContent(LinkThingsContent)
ScenarioResultThingsContent(ScenarioResultThingsContent)
UnlinkThingsContent(UnlinkThingsContent)
Trait Implementations§
Source§impl Clone for ThingsContent
impl Clone for ThingsContent
Source§fn clone(&self) -> ThingsContent
fn clone(&self) -> ThingsContent
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 ThingsContent
impl Debug for ThingsContent
Source§impl Default for ThingsContent
impl Default for ThingsContent
Source§impl<'de> Deserialize<'de> for ThingsContent
impl<'de> Deserialize<'de> for ThingsContent
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 PartialEq for ThingsContent
impl PartialEq for ThingsContent
Source§impl Serialize for ThingsContent
impl Serialize for ThingsContent
impl StructuralPartialEq for ThingsContent
Auto Trait Implementations§
impl Freeze for ThingsContent
impl RefUnwindSafe for ThingsContent
impl Send for ThingsContent
impl Sync for ThingsContent
impl Unpin for ThingsContent
impl UnwindSafe for ThingsContent
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