Enum coinbase_api::Side[][src]

pub enum Side {
    Buy,
    Sell,
}

Variants

Trait Implementations

impl Debug for Side
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Side

impl Sync for Side