pub struct TransferOperationExecutionParams {
pub config_operation_id: String,
pub execution_params: Option<TransferOperationExecutionParamsExecutionParams>,
}
Fields§
§config_operation_id: String
§execution_params: Option<TransferOperationExecutionParamsExecutionParams>
Implementations§
Source§impl TransferOperationExecutionParams
impl TransferOperationExecutionParams
pub fn new(config_operation_id: String) -> TransferOperationExecutionParams
Trait Implementations§
Source§impl Clone for TransferOperationExecutionParams
impl Clone for TransferOperationExecutionParams
Source§fn clone(&self) -> TransferOperationExecutionParams
fn clone(&self) -> TransferOperationExecutionParams
Returns a duplicate 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 TransferOperationExecutionParams
impl Default for TransferOperationExecutionParams
Source§fn default() -> TransferOperationExecutionParams
fn default() -> TransferOperationExecutionParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransferOperationExecutionParams
impl<'de> Deserialize<'de> for TransferOperationExecutionParams
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 TransferOperationExecutionParams
impl PartialEq for TransferOperationExecutionParams
Source§fn eq(&self, other: &TransferOperationExecutionParams) -> bool
fn eq(&self, other: &TransferOperationExecutionParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TransferOperationExecutionParams
Auto Trait Implementations§
impl Freeze for TransferOperationExecutionParams
impl RefUnwindSafe for TransferOperationExecutionParams
impl Send for TransferOperationExecutionParams
impl Sync for TransferOperationExecutionParams
impl Unpin for TransferOperationExecutionParams
impl UnwindSafe for TransferOperationExecutionParams
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