pub struct PaymentOp {
pub destination: AccountID,
pub asset: Asset,
pub amount: int64,
}
Fields§
§destination: AccountID
§asset: Asset
§amount: int64
Trait Implementations§
impl Copy for PaymentOp
impl Eq for PaymentOp
impl StructuralPartialEq for PaymentOp
Auto Trait Implementations§
impl Freeze for PaymentOp
impl RefUnwindSafe for PaymentOp
impl Send for PaymentOp
impl Sync for PaymentOp
impl Unpin for PaymentOp
impl UnwindSafe for PaymentOp
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