pub struct ListMarketOverviewOptions {
pub symbols: Option<Vec<String>>,
pub limit: Option<u32>,
pub include_sparklines: bool,
}Expand description
Options for MarketOverviewService::list.
Fields§
§symbols: Option<Vec<String>>§limit: Option<u32>§include_sparklines: boolTrait Implementations§
Source§impl Clone for ListMarketOverviewOptions
impl Clone for ListMarketOverviewOptions
Source§fn clone(&self) -> ListMarketOverviewOptions
fn clone(&self) -> ListMarketOverviewOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListMarketOverviewOptions
impl Debug for ListMarketOverviewOptions
Source§impl Default for ListMarketOverviewOptions
impl Default for ListMarketOverviewOptions
Source§fn default() -> ListMarketOverviewOptions
fn default() -> ListMarketOverviewOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListMarketOverviewOptions
impl RefUnwindSafe for ListMarketOverviewOptions
impl Send for ListMarketOverviewOptions
impl Sync for ListMarketOverviewOptions
impl Unpin for ListMarketOverviewOptions
impl UnsafeUnpin for ListMarketOverviewOptions
impl UnwindSafe for ListMarketOverviewOptions
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