pub struct CreateWorkflowExecutionRequestParamsInner {
pub config_operation_id: String,
pub execution_params: Option<DisbursementOperationExecutionParamsExecutionParams>,
}
Fields§
§config_operation_id: String
§execution_params: Option<DisbursementOperationExecutionParamsExecutionParams>
Implementations§
Source§impl CreateWorkflowExecutionRequestParamsInner
impl CreateWorkflowExecutionRequestParamsInner
pub fn new( config_operation_id: String, ) -> CreateWorkflowExecutionRequestParamsInner
Trait Implementations§
Source§impl Clone for CreateWorkflowExecutionRequestParamsInner
impl Clone for CreateWorkflowExecutionRequestParamsInner
Source§fn clone(&self) -> CreateWorkflowExecutionRequestParamsInner
fn clone(&self) -> CreateWorkflowExecutionRequestParamsInner
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CreateWorkflowExecutionRequestParamsInner
impl Default for CreateWorkflowExecutionRequestParamsInner
Source§fn default() -> CreateWorkflowExecutionRequestParamsInner
fn default() -> CreateWorkflowExecutionRequestParamsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateWorkflowExecutionRequestParamsInner
impl<'de> Deserialize<'de> for CreateWorkflowExecutionRequestParamsInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateWorkflowExecutionRequestParamsInner
impl PartialEq for CreateWorkflowExecutionRequestParamsInner
Source§fn eq(&self, other: &CreateWorkflowExecutionRequestParamsInner) -> bool
fn eq(&self, other: &CreateWorkflowExecutionRequestParamsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateWorkflowExecutionRequestParamsInner
Auto Trait Implementations§
impl Freeze for CreateWorkflowExecutionRequestParamsInner
impl RefUnwindSafe for CreateWorkflowExecutionRequestParamsInner
impl Send for CreateWorkflowExecutionRequestParamsInner
impl Sync for CreateWorkflowExecutionRequestParamsInner
impl Unpin for CreateWorkflowExecutionRequestParamsInner
impl UnwindSafe for CreateWorkflowExecutionRequestParamsInner
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