Struct binance::market::Market [] [src]

pub struct Market {
    pub client: Client,
    pub recv_window: u64,
}

Fields

Methods

impl Market
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Binance for Market
[src]

[src]

impl Clone for Market
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Market

impl Sync for Market