pub struct Transfer {
pub destination: [u8; 32],
pub amount: u64,
pub invocation: Option<Invocation>,
}Fields§
§destination: [u8; 32]§amount: u64§invocation: Option<Invocation>Trait Implementations§
Source§impl Transaction for Transfer
impl Transaction for Transfer
fn tag(&self) -> TransactionTag
fn send_transaction(self)
Auto Trait Implementations§
impl Freeze for Transfer
impl RefUnwindSafe for Transfer
impl Send for Transfer
impl Sync for Transfer
impl Unpin for Transfer
impl UnwindSafe for Transfer
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