Enum bittrex::OrderBookType [] [src]

pub enum OrderBookType {
    Buy,
    Sell,
    Both,
}

Enumeration representing the type of an order.

Variants

Buying order.

Selling order.

Both, buying and selling orders.

Trait Implementations

impl Debug for OrderBookType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderBookType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OrderBookType
[src]

impl PartialEq for OrderBookType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for OrderBookType
[src]

Auto Trait Implementations

impl Send for OrderBookType

impl Sync for OrderBookType