pub enum TickType {
Trades,
Quotes,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickType
impl RefUnwindSafe for TickType
impl Send for TickType
impl Sync for TickType
impl Unpin for TickType
impl UnwindSafe for TickType
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