pub struct PriceV2LastSwappedPrice {
pub last_jupiter_buy_at: Option<i64>,
pub last_jupiter_buy_price: Option<String>,
pub last_jupiter_sell_at: Option<i64>,
pub last_jupiter_sell_price: Option<String>,
}Fields§
§last_jupiter_buy_at: Option<i64>§last_jupiter_buy_price: Option<String>§last_jupiter_sell_at: Option<i64>§last_jupiter_sell_price: Option<String>Trait Implementations§
Source§impl Clone for PriceV2LastSwappedPrice
impl Clone for PriceV2LastSwappedPrice
Source§fn clone(&self) -> PriceV2LastSwappedPrice
fn clone(&self) -> PriceV2LastSwappedPrice
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 PriceV2LastSwappedPrice
impl Debug for PriceV2LastSwappedPrice
Source§impl Default for PriceV2LastSwappedPrice
impl Default for PriceV2LastSwappedPrice
Source§fn default() -> PriceV2LastSwappedPrice
fn default() -> PriceV2LastSwappedPrice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PriceV2LastSwappedPrice
impl<'de> Deserialize<'de> for PriceV2LastSwappedPrice
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 PriceV2LastSwappedPrice
impl RefUnwindSafe for PriceV2LastSwappedPrice
impl Send for PriceV2LastSwappedPrice
impl Sync for PriceV2LastSwappedPrice
impl Unpin for PriceV2LastSwappedPrice
impl UnsafeUnpin for PriceV2LastSwappedPrice
impl UnwindSafe for PriceV2LastSwappedPrice
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