pub struct ServiceTask {
pub base: ElementBase,
pub implementation: Option<String>,
pub operation_ref: Option<String>,
pub io_mapping: IoMapping,
}Expand description
Service Task
Fields§
§base: ElementBase§implementation: Option<String>§operation_ref: Option<String>§io_mapping: IoMappingImplementations§
Source§impl ServiceTask
impl ServiceTask
pub fn from_json(json: BpmnJsonServiceTask) -> Self
pub fn to_json(&self) -> BpmnJsonServiceTask
Trait Implementations§
Source§impl Clone for ServiceTask
impl Clone for ServiceTask
Source§fn clone(&self) -> ServiceTask
fn clone(&self) -> ServiceTask
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 ServiceTask
impl RefUnwindSafe for ServiceTask
impl Send for ServiceTask
impl Sync for ServiceTask
impl Unpin for ServiceTask
impl UnsafeUnpin for ServiceTask
impl UnwindSafe for ServiceTask
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