Enum binance_async::error::BinanceResponse[][src]

pub enum BinanceResponse<T> {
    Success(T),
    Error(BinanceResponseError),
}

Variants

Methods

impl<T: for<'a> Deserialize<'a>> BinanceResponse<T>
[src]

Trait Implementations

impl<T: Debug> Debug for BinanceResponse<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for BinanceResponse<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for BinanceResponse<T> where
    T: Send

impl<T> Sync for BinanceResponse<T> where
    T: Sync