pub struct TrailingVolume {
pub product_id: String,
pub exchange_volume: f64,
pub volume: f64,
pub recorded_at: DateTime,
}Fields§
§product_id: String§exchange_volume: f64§volume: f64§recorded_at: DateTimeTrait Implementations§
Source§impl Debug for TrailingVolume
impl Debug for TrailingVolume
Source§impl<'de> Deserialize<'de> for TrailingVolume
impl<'de> Deserialize<'de> for TrailingVolume
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
Auto Trait Implementations§
impl Freeze for TrailingVolume
impl RefUnwindSafe for TrailingVolume
impl Send for TrailingVolume
impl Sync for TrailingVolume
impl Unpin for TrailingVolume
impl UnwindSafe for TrailingVolume
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