pub struct IntermediateThrowEvent {
pub base: ElementBase,
pub event_definition: Option<EventDefinition>,
}Expand description
Intermediate Throw Event
Fields§
§base: ElementBase§event_definition: Option<EventDefinition>Implementations§
Source§impl IntermediateThrowEvent
impl IntermediateThrowEvent
pub fn from_json(json: BpmnJsonIntermediateThrowEvent) -> Self
pub fn to_json(&self) -> BpmnJsonIntermediateThrowEvent
Trait Implementations§
Source§impl Clone for IntermediateThrowEvent
impl Clone for IntermediateThrowEvent
Source§fn clone(&self) -> IntermediateThrowEvent
fn clone(&self) -> IntermediateThrowEvent
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 moreAuto Trait Implementations§
impl Freeze for IntermediateThrowEvent
impl RefUnwindSafe for IntermediateThrowEvent
impl Send for IntermediateThrowEvent
impl Sync for IntermediateThrowEvent
impl Unpin for IntermediateThrowEvent
impl UnsafeUnpin for IntermediateThrowEvent
impl UnwindSafe for IntermediateThrowEvent
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