pub struct MarketOverviewCreateSubscriptionOptions {
pub symbols: Option<Vec<String>>,
pub limit: Option<u32>,
pub include_sparklines: bool,
}Expand description
Options for managed market-overview subscriptions.
Fields§
§symbols: Option<Vec<String>>§limit: Option<u32>§include_sparklines: boolTrait Implementations§
Source§impl Clone for MarketOverviewCreateSubscriptionOptions
impl Clone for MarketOverviewCreateSubscriptionOptions
Source§fn clone(&self) -> MarketOverviewCreateSubscriptionOptions
fn clone(&self) -> MarketOverviewCreateSubscriptionOptions
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 Default for MarketOverviewCreateSubscriptionOptions
impl Default for MarketOverviewCreateSubscriptionOptions
Source§fn default() -> MarketOverviewCreateSubscriptionOptions
fn default() -> MarketOverviewCreateSubscriptionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarketOverviewCreateSubscriptionOptions
impl RefUnwindSafe for MarketOverviewCreateSubscriptionOptions
impl Send for MarketOverviewCreateSubscriptionOptions
impl Sync for MarketOverviewCreateSubscriptionOptions
impl Unpin for MarketOverviewCreateSubscriptionOptions
impl UnsafeUnpin for MarketOverviewCreateSubscriptionOptions
impl UnwindSafe for MarketOverviewCreateSubscriptionOptions
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