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