pub enum StatKey {
PosSize,
FundingSize,
CreditsSize,
CreditsSizeSym,
Vol1d,
Vol7d,
Vol30d,
Vwap,
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for StatKey
Auto Trait Implementations§
impl Freeze for StatKey
impl RefUnwindSafe for StatKey
impl Send for StatKey
impl Sync for StatKey
impl Unpin for StatKey
impl UnwindSafe for StatKey
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