pub struct IoMapping {
pub input_parameters: Vec<IoParameter>,
pub output_parameters: Vec<IoParameter>,
}Expand description
Input/Output Mapping
Fields§
§input_parameters: Vec<IoParameter>§output_parameters: Vec<IoParameter>Implementations§
Source§impl IoMapping
impl IoMapping
pub fn from_json(json: BpmnJsonIoMapping) -> Self
pub fn to_json(&self) -> BpmnJsonIoMapping
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoMapping
impl RefUnwindSafe for IoMapping
impl Send for IoMapping
impl Sync for IoMapping
impl Unpin for IoMapping
impl UnsafeUnpin for IoMapping
impl UnwindSafe for IoMapping
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