Struct stellar_client::resources::effect::data::Effect[][src]

pub struct Effect { /* fields omitted */ }

Contains details about the data that was changed

Methods

impl Effect
[src]

Creates a new Account

The public address of a new account that was funded.

Trait Implementations

impl Debug for Effect
[src]

Formats the value using the given formatter. Read more

impl Clone for Effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Effect

impl Sync for Effect