pub struct TickerStatisticDetailCommand<'a> {
pub gateway: &'a str,
pub symbol: &'a str,
pub ticker_type: Option<i32>,
pub ticker_time: Option<u64>,
pub select_num: Option<u32>,
pub data_from: Option<u32>,
pub data_max_count: Option<u32>,
pub stat_type: Option<u32>,
pub format: OutputFormat,
}Fields§
§gateway: &'a str§symbol: &'a str§ticker_type: Option<i32>§ticker_time: Option<u64>§select_num: Option<u32>§data_from: Option<u32>§data_max_count: Option<u32>§stat_type: Option<u32>§format: OutputFormatAuto Trait Implementations§
impl<'a> Freeze for TickerStatisticDetailCommand<'a>
impl<'a> RefUnwindSafe for TickerStatisticDetailCommand<'a>
impl<'a> Send for TickerStatisticDetailCommand<'a>
impl<'a> Sync for TickerStatisticDetailCommand<'a>
impl<'a> Unpin for TickerStatisticDetailCommand<'a>
impl<'a> UnsafeUnpin for TickerStatisticDetailCommand<'a>
impl<'a> UnwindSafe for TickerStatisticDetailCommand<'a>
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