pub struct OpenInterestEntry {
pub open_interest: Decimal,
pub timestamp: Timestamp,
}Fields§
§open_interest: Decimal§timestamp: TimestampTrait Implementations§
Source§impl Debug for OpenInterestEntry
impl Debug for OpenInterestEntry
Source§impl<'de> Deserialize<'de> for OpenInterestEntry
impl<'de> Deserialize<'de> for OpenInterestEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpenInterestEntry
impl PartialEq for OpenInterestEntry
Source§fn eq(&self, other: &OpenInterestEntry) -> bool
fn eq(&self, other: &OpenInterestEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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