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