pub struct BpmnActivityRunState {
pub type: Type,
}Expand description
BpmnActivityRunState : lifecycle of a single dispatched activity, tagged by type
Fields§
§type: TypeImplementations§
Source§impl BpmnActivityRunState
impl BpmnActivityRunState
Sourcepub fn new(type: Type) -> BpmnActivityRunState
pub fn new(type: Type) -> BpmnActivityRunState
lifecycle of a single dispatched activity, tagged by type
Trait Implementations§
Source§impl Clone for BpmnActivityRunState
impl Clone for BpmnActivityRunState
Source§fn clone(&self) -> BpmnActivityRunState
fn clone(&self) -> BpmnActivityRunState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BpmnActivityRunState
impl Debug for BpmnActivityRunState
Source§impl Default for BpmnActivityRunState
impl Default for BpmnActivityRunState
Source§fn default() -> BpmnActivityRunState
fn default() -> BpmnActivityRunState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BpmnActivityRunState
impl<'de> Deserialize<'de> for BpmnActivityRunState
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 BpmnActivityRunState
impl PartialEq for BpmnActivityRunState
Source§impl Serialize for BpmnActivityRunState
impl Serialize for BpmnActivityRunState
impl StructuralPartialEq for BpmnActivityRunState
Auto Trait Implementations§
impl Freeze for BpmnActivityRunState
impl RefUnwindSafe for BpmnActivityRunState
impl Send for BpmnActivityRunState
impl Sync for BpmnActivityRunState
impl Unpin for BpmnActivityRunState
impl UnsafeUnpin for BpmnActivityRunState
impl UnwindSafe for BpmnActivityRunState
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