GetOptions

Trait GetOptions 

Source
pub trait GetOptions<O: HandlerOptions> {
    // Required methods
    fn default_options(&self) -> &O;
    fn default_options_mut(&mut self) -> &mut O;

    // Provided method
    fn is_authenticated(&self) -> bool { ... }
}

Required Methods§

Provided Methods§

Implementors§

Source§

impl GetOptions<BinanceOptions> for Client

Available on crate feature binance only.
Source§

impl GetOptions<BybitOptions> for Client

Available on crate feature bybit only.
Source§

impl GetOptions<MexcOptions> for Client

Available on crate feature mexc only.