Enum stellar_client::resources::effect::data::Kind[][src]

pub enum Kind {
    Created(Effect),
    Removed(Effect),
    Updated(Effect),
}

The type of change that was performed

Variants

Data was added to an account.

Data was removed from an account.

Data was modified on an account.

Trait Implementations

impl Debug for Kind
[src]

Formats the value using the given formatter. Read more

impl Clone for Kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Kind

impl Sync for Kind