pub struct RpcPrice {
pub price: String,
pub conf: String,
pub expo: i32,
pub publish_time: i64,
}
Fields§
§price: String
§conf: String
§expo: i32
§publish_time: i64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RpcPrice
impl<'de> Deserialize<'de> for RpcPrice
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 RpcPrice
impl RefUnwindSafe for RpcPrice
impl Send for RpcPrice
impl Sync for RpcPrice
impl Unpin for RpcPrice
impl UnwindSafe for RpcPrice
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