pub struct LiquidityChangeInterval { /* private fields */ }Implementations§
Source§impl LiquidityChangeInterval
impl LiquidityChangeInterval
pub const fn get_add_asset_liquidity_volume(&self) -> &u64
pub const fn get_add_liquidity_count(&self) -> &u64
pub const fn get_add_liquidity_volume(&self) -> &u64
pub const fn get_add_rune_liquidity_volume(&self) -> &u64
pub const fn get_end_time(&self) -> &DateTime<Utc>
pub const fn get_net(&self) -> &i64
pub const fn get_rune_price_usd(&self) -> &Decimal
pub const fn get_start_time(&self) -> &DateTime<Utc>
pub const fn get_withdraw_asset_volume(&self) -> &u64
pub const fn get_withdraw_count(&self) -> &u64
pub const fn get_withdraw_rune_volume(&self) -> &u64
pub const fn get_withdraw_volume(&self) -> &u64
Trait Implementations§
Source§impl Clone for LiquidityChangeInterval
impl Clone for LiquidityChangeInterval
Source§fn clone(&self) -> LiquidityChangeInterval
fn clone(&self) -> LiquidityChangeInterval
Returns a duplicate of the value. Read more
1.0.0 · 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 LiquidityChangeInterval
impl Debug for LiquidityChangeInterval
Source§impl<'de> Deserialize<'de> for LiquidityChangeInterval
impl<'de> Deserialize<'de> for LiquidityChangeInterval
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 LiquidityChangeInterval
impl RefUnwindSafe for LiquidityChangeInterval
impl Send for LiquidityChangeInterval
impl Sync for LiquidityChangeInterval
impl Unpin for LiquidityChangeInterval
impl UnwindSafe for LiquidityChangeInterval
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