Enum coinbase_api::ActivityType[][src]

pub enum ActivityType {
    Transfer,
    Match,
    Fee,
    Rebate,
}

Variants

Trait Implementations

impl Debug for ActivityType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations