pub struct PathPaymentOp {
pub sendAsset: Asset,
pub sendMax: int64,
pub destination: AccountID,
pub destAsset: Asset,
pub destAmount: int64,
pub path: Vec<Asset>,
}
Fields§
§sendAsset: Asset
§sendMax: int64
§destination: AccountID
§destAsset: Asset
§destAmount: int64
§path: Vec<Asset>
Trait Implementations§
Source§impl Clone for PathPaymentOp
impl Clone for PathPaymentOp
Source§fn clone(&self) -> PathPaymentOp
fn clone(&self) -> PathPaymentOp
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 Debug for PathPaymentOp
impl Debug for PathPaymentOp
Source§impl<Out: Write> Pack<Out> for PathPaymentOp
impl<Out: Write> Pack<Out> for PathPaymentOp
Source§impl PartialEq for PathPaymentOp
impl PartialEq for PathPaymentOp
Source§impl<In: Read> Unpack<In> for PathPaymentOp
impl<In: Read> Unpack<In> for PathPaymentOp
impl Eq for PathPaymentOp
impl StructuralPartialEq for PathPaymentOp
Auto Trait Implementations§
impl Freeze for PathPaymentOp
impl RefUnwindSafe for PathPaymentOp
impl Send for PathPaymentOp
impl Sync for PathPaymentOp
impl Unpin for PathPaymentOp
impl UnwindSafe for PathPaymentOp
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