pub struct PythPrice {
pub timestamp: u64,
pub id: u64,
pub px: u64,
pub exponent: i16,
}Fields§
§timestamp: u64§id: u64§px: u64§exponent: i16Trait Implementations§
Source§impl<'de> Deserialize<'de> for PythPrice
impl<'de> Deserialize<'de> for PythPrice
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 PythPrice
impl RefUnwindSafe for PythPrice
impl Send for PythPrice
impl Sync for PythPrice
impl Unpin for PythPrice
impl UnsafeUnpin for PythPrice
impl UnwindSafe for PythPrice
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