Struct stellar_client::resources::effect::account::Removed [−][src]
pub struct Removed { /* fields omitted */ }This effect is the result of a create merge operation and represents the fact that an account was removed in the merge
Methods
impl Removed[src]
impl Removedpub fn new(account: String) -> Removed[src]
pub fn new(account: String) -> RemovedCreates a new account Removed effect
pub fn account(&self) -> &String[src]
pub fn account(&self) -> &StringThe public address of the account that was removed
Trait Implementations
impl Debug for Removed[src]
impl Debug for Removedfn 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 Removed[src]
impl Clone for Removed