pub struct ContentProps {
pub content: Option<Vec<ScxmlProps>>,
pub expr: Option<String>,
pub other_attributes: Map<String, Value>,
}Expand description
inline payload used by <send> and <invoke>.
Fields§
§content: Option<Vec<ScxmlProps>>inline payload used by <send> and <invoke>.
expr: Option<String>§other_attributes: Map<String, Value>Trait Implementations§
Source§impl Clone for ContentProps
impl Clone for ContentProps
Source§fn clone(&self) -> ContentProps
fn clone(&self) -> ContentProps
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 ContentProps
impl Debug for ContentProps
Source§impl Default for ContentProps
Instantiates a Default Props Object
impl Default for ContentProps
Instantiates a Default Props Object
Source§impl<'de> Deserialize<'de> for ContentProps
impl<'de> Deserialize<'de> for ContentProps
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 ContentProps
impl PartialEq for ContentProps
Source§impl Serialize for ContentProps
impl Serialize for ContentProps
impl StructuralPartialEq for ContentProps
Auto Trait Implementations§
impl Freeze for ContentProps
impl RefUnwindSafe for ContentProps
impl Send for ContentProps
impl Sync for ContentProps
impl Unpin for ContentProps
impl UnwindSafe for ContentProps
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