pub struct PriceV2ExtraInfo {
pub confidence_level: Option<PriceV2ExtraInfoConfidenceLevel>,
pub depth: Option<PriceV2Depth>,
pub last_swapped_price: Option<PriceV2LastSwappedPrice>,
pub quoted_price: Option<PriceV2QuotedPrice>,
}Fields§
§confidence_level: Option<PriceV2ExtraInfoConfidenceLevel>§depth: Option<PriceV2Depth>§last_swapped_price: Option<PriceV2LastSwappedPrice>§quoted_price: Option<PriceV2QuotedPrice>Trait Implementations§
Source§impl Clone for PriceV2ExtraInfo
impl Clone for PriceV2ExtraInfo
Source§fn clone(&self) -> PriceV2ExtraInfo
fn clone(&self) -> PriceV2ExtraInfo
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 PriceV2ExtraInfo
impl Debug for PriceV2ExtraInfo
Source§impl Default for PriceV2ExtraInfo
impl Default for PriceV2ExtraInfo
Source§fn default() -> PriceV2ExtraInfo
fn default() -> PriceV2ExtraInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PriceV2ExtraInfo
impl<'de> Deserialize<'de> for PriceV2ExtraInfo
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 PriceV2ExtraInfo
impl RefUnwindSafe for PriceV2ExtraInfo
impl Send for PriceV2ExtraInfo
impl Sync for PriceV2ExtraInfo
impl Unpin for PriceV2ExtraInfo
impl UnsafeUnpin for PriceV2ExtraInfo
impl UnwindSafe for PriceV2ExtraInfo
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