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

pub enum Kind {
    Trade(Trade),
}

Enum representing all the different kinds of effects that represent changes made to an account.

Variants

An effect representing the fact that an trade occured

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