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