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