pub struct TickerParser;Expand description
Parser for ticker stream messages.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickerParser
impl RefUnwindSafe for TickerParser
impl Send for TickerParser
impl Sync for TickerParser
impl Unpin for TickerParser
impl UnsafeUnpin for TickerParser
impl UnwindSafe for TickerParser
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