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