pub struct Depth {
pub asks: Vec<(u64, u64)>,
pub bids: Vec<(u64, u64)>,
}Fields§
§asks: Vec<(u64, u64)>§bids: Vec<(u64, u64)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Depth
impl RefUnwindSafe for Depth
impl Send for Depth
impl Sync for Depth
impl Unpin for Depth
impl UnwindSafe for Depth
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