pub struct BookTickerRow {
pub event_time_ms: i64,
pub bid: f64,
pub ask: f64,
}Fields§
§event_time_ms: i64§bid: f64§ask: f64Trait Implementations§
Source§impl Clone for BookTickerRow
impl Clone for BookTickerRow
Source§fn clone(&self) -> BookTickerRow
fn clone(&self) -> BookTickerRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BookTickerRow
impl Debug for BookTickerRow
Source§impl PartialEq for BookTickerRow
impl PartialEq for BookTickerRow
impl StructuralPartialEq for BookTickerRow
Auto Trait Implementations§
impl Freeze for BookTickerRow
impl RefUnwindSafe for BookTickerRow
impl Send for BookTickerRow
impl Sync for BookTickerRow
impl Unpin for BookTickerRow
impl UnsafeUnpin for BookTickerRow
impl UnwindSafe for BookTickerRow
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