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