pub struct BarCache { /* private fields */ }Expand description
Bar cache for storing historical bars
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarCache
impl RefUnwindSafe for BarCache
impl Send for BarCache
impl Sync for BarCache
impl Unpin for BarCache
impl UnwindSafe for BarCache
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