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