pub struct MarketUpdateFormatter;Implementations§
Source§impl MarketUpdateFormatter
impl MarketUpdateFormatter
pub fn format_message( msg: &WebSocketMessage, market_info: Option<&MarketInfo>, ) -> String
Auto Trait Implementations§
impl Freeze for MarketUpdateFormatter
impl RefUnwindSafe for MarketUpdateFormatter
impl Send for MarketUpdateFormatter
impl Sync for MarketUpdateFormatter
impl Unpin for MarketUpdateFormatter
impl UnwindSafe for MarketUpdateFormatter
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