pub struct DepthWhole {
pub asks: Vec<LimitOrder>,
pub bids: Vec<LimitOrder>,
pub timestamp: NaiveDateTime,
pub sequence_id: u64,
}Fields§
§asks: Vec<LimitOrder>§bids: Vec<LimitOrder>§timestamp: NaiveDateTime§sequence_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepthWhole
impl RefUnwindSafe for DepthWhole
impl Send for DepthWhole
impl Sync for DepthWhole
impl Unpin for DepthWhole
impl UnwindSafe for DepthWhole
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