pub struct ParallelGateway {
pub base: ElementBase,
}Expand description
Parallel Gateway
Fields§
§base: ElementBaseImplementations§
Source§impl ParallelGateway
impl ParallelGateway
pub fn from_json(json: BpmnJsonParallelGateway) -> Self
pub fn to_json(&self) -> BpmnJsonParallelGateway
Trait Implementations§
Source§impl Clone for ParallelGateway
impl Clone for ParallelGateway
Source§fn clone(&self) -> ParallelGateway
fn clone(&self) -> ParallelGateway
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 ParallelGateway
impl RefUnwindSafe for ParallelGateway
impl Send for ParallelGateway
impl Sync for ParallelGateway
impl Unpin for ParallelGateway
impl UnsafeUnpin for ParallelGateway
impl UnwindSafe for ParallelGateway
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