pub struct PriceV2PriceResponse {
pub data: Option<PriceV2PriceResponseData>,
pub time_taken: Option<f64>,
}Fields§
§data: Option<PriceV2PriceResponseData>§time_taken: Option<f64>Trait Implementations§
Source§impl Clone for PriceV2PriceResponse
impl Clone for PriceV2PriceResponse
Source§fn clone(&self) -> PriceV2PriceResponse
fn clone(&self) -> PriceV2PriceResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PriceV2PriceResponse
impl Debug for PriceV2PriceResponse
Source§impl Default for PriceV2PriceResponse
impl Default for PriceV2PriceResponse
Source§fn default() -> PriceV2PriceResponse
fn default() -> PriceV2PriceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PriceV2PriceResponse
impl<'de> Deserialize<'de> for PriceV2PriceResponse
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 PriceV2PriceResponse
impl RefUnwindSafe for PriceV2PriceResponse
impl Send for PriceV2PriceResponse
impl Sync for PriceV2PriceResponse
impl Unpin for PriceV2PriceResponse
impl UnsafeUnpin for PriceV2PriceResponse
impl UnwindSafe for PriceV2PriceResponse
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