pub struct OpenInterestWatch<'a> { /* private fields */ }Expand description
Live open-interest watcher with typed updates and stream lifecycle control.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OpenInterestWatch<'a>
impl<'a> !RefUnwindSafe for OpenInterestWatch<'a>
impl<'a> Send for OpenInterestWatch<'a>
impl<'a> Sync for OpenInterestWatch<'a>
impl<'a> Unpin for OpenInterestWatch<'a>
impl<'a> UnsafeUnpin for OpenInterestWatch<'a>
impl<'a> !UnwindSafe for OpenInterestWatch<'a>
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