pub struct OpenInterestEntry {
pub source: String,
pub pair: Pair,
pub open_interest: f64,
pub timestamp_ms: i64,
}Fields§
§source: String§pair: Pair§open_interest: f64§timestamp_ms: i64Trait Implementations§
Source§impl Clone for OpenInterestEntry
impl Clone for OpenInterestEntry
Source§fn clone(&self) -> OpenInterestEntry
fn clone(&self) -> OpenInterestEntry
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 OpenInterestEntry
impl Debug for OpenInterestEntry
Source§impl PartialEq for OpenInterestEntry
impl PartialEq for OpenInterestEntry
impl StructuralPartialEq for OpenInterestEntry
Auto Trait Implementations§
impl Freeze for OpenInterestEntry
impl RefUnwindSafe for OpenInterestEntry
impl Send for OpenInterestEntry
impl Sync for OpenInterestEntry
impl Unpin for OpenInterestEntry
impl UnwindSafe for OpenInterestEntry
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