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