struct OrderBookOut {
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 OrderBookOut
impl RefUnwindSafe for OrderBookOut
impl Send for OrderBookOut
impl Sync for OrderBookOut
impl Unpin for OrderBookOut
impl UnwindSafe for OrderBookOut
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