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