pub enum GetTickerPriceChangeStatisticsParams {
Mini(SymbolOrSymbols),
Full(SymbolOrSymbols),
}Expand description
Supported values: FULL or MINI. If none provided, the default is FULL
Variants§
Mini(SymbolOrSymbols)
Full(SymbolOrSymbols)
Trait Implementations§
Source§impl PartialEq for GetTickerPriceChangeStatisticsParams
impl PartialEq for GetTickerPriceChangeStatisticsParams
Source§fn eq(&self, other: &GetTickerPriceChangeStatisticsParams) -> bool
fn eq(&self, other: &GetTickerPriceChangeStatisticsParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTickerPriceChangeStatisticsParams
Auto Trait Implementations§
impl Freeze for GetTickerPriceChangeStatisticsParams
impl RefUnwindSafe for GetTickerPriceChangeStatisticsParams
impl Send for GetTickerPriceChangeStatisticsParams
impl Sync for GetTickerPriceChangeStatisticsParams
impl Unpin for GetTickerPriceChangeStatisticsParams
impl UnwindSafe for GetTickerPriceChangeStatisticsParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more