pub enum RealtimeWhatToShow {
Trades,
MidPoint,
Bid,
Ask,
}Expand description
Specifies the type of data to show for real-time bars.
Variants§
Trait Implementations§
Source§impl Clone for WhatToShow
impl Clone for WhatToShow
Source§fn clone(&self) -> WhatToShow
fn clone(&self) -> WhatToShow
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 moreimpl Copy for WhatToShow
Source§impl Debug for WhatToShow
impl Debug for WhatToShow
Auto Trait Implementations§
impl Freeze for WhatToShow
impl RefUnwindSafe for WhatToShow
impl Send for WhatToShow
impl Sync for WhatToShow
impl Unpin for WhatToShow
impl UnsafeUnpin for WhatToShow
impl UnwindSafe for WhatToShow
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