struct OrderBookJson {
symbol: String,
bids: Vec<Level>,
asks: Vec<Level>,
}Fields§
§symbol: String§bids: Vec<Level>§asks: Vec<Level>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrderBookJson
impl RefUnwindSafe for OrderBookJson
impl Send for OrderBookJson
impl Sync for OrderBookJson
impl Unpin for OrderBookJson
impl UnsafeUnpin for OrderBookJson
impl UnwindSafe for OrderBookJson
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