Struct robinhood::Order[][src]

pub struct Order {
    pub data: OrderData,
}

Fields

Methods

impl Order
[src]

other operations

Trait Implementations

impl Debug for Order
[src]

Formats the value using the given formatter. Read more

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Order

impl Sync for Order