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