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]

Creates a new account Removed effect

The public address of the account that was removed

Trait Implementations

impl Debug for Removed
[src]

Formats the value using the given formatter. Read more

impl Clone for Removed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Removed

impl Sync for Removed