pub struct WalletTxContext {
pub signer_count: usize,
pub amount: u64,
pub recipient: String,
}Fields§
§signer_count: usize§amount: u64§recipient: StringTrait Implementations§
Source§impl Clone for WalletTxContext
impl Clone for WalletTxContext
Source§fn clone(&self) -> WalletTxContext
fn clone(&self) -> WalletTxContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WalletTxContext
impl RefUnwindSafe for WalletTxContext
impl Send for WalletTxContext
impl Sync for WalletTxContext
impl Unpin for WalletTxContext
impl UnsafeUnpin for WalletTxContext
impl UnwindSafe for WalletTxContext
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