Struct stellar_client::resources::operation::AccountMerge [−][src]
pub struct AccountMerge { /* fields omitted */ }Removes the account and transfers all remaining XLM to the destination account.
Methods
impl AccountMerge[src]
impl AccountMergeRemoves the account and transfers all remaining XLM to the destination account.
pub fn new(account: String, into: String) -> AccountMerge[src]
pub fn new(account: String, into: String) -> AccountMergeCreates a new AccountMerge
pub fn account(&self) -> &str[src]
pub fn account(&self) -> &strThe account being deleted from the ledger
pub fn into(&self) -> &str[src]
pub fn into(&self) -> &strAccount ID where funds of deleted account were transferred.
Trait Implementations
impl Debug for AccountMerge[src]
impl Debug for AccountMergefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AccountMerge[src]
impl Clone for AccountMergefn clone(&self) -> AccountMerge[src]
fn clone(&self) -> AccountMergeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for AccountMerge
impl Send for AccountMergeimpl Sync for AccountMerge
impl Sync for AccountMerge