Enum crypto_market_stream::Command [] [src]

pub enum Command {
    Subscribe(Pair),
    Unsubscribe(Pair),
}

Market stream command.

Variants

Subscribe command.

Unsubscribe command.

Trait Implementations

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more