pub struct LiquidityRewards {
pub market: String,
pub depth_spread_score: String,
pub uptime: String,
pub max_uptime: String,
pub score: String,
pub total_score: String,
pub maker_volume: String,
pub total_maker_volume: String,
pub total_rewards: String,
pub estimated_rewards: String,
}Fields§
§market: String§depth_spread_score: String§uptime: String§max_uptime: String§score: String§total_score: String§maker_volume: String§total_maker_volume: String§total_rewards: String§estimated_rewards: StringTrait Implementations§
Source§impl Clone for LiquidityRewards
impl Clone for LiquidityRewards
Source§fn clone(&self) -> LiquidityRewards
fn clone(&self) -> LiquidityRewards
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 LiquidityRewards
impl Debug for LiquidityRewards
Source§impl<'de> Deserialize<'de> for LiquidityRewards
impl<'de> Deserialize<'de> for LiquidityRewards
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 LiquidityRewards
impl RefUnwindSafe for LiquidityRewards
impl Send for LiquidityRewards
impl Sync for LiquidityRewards
impl Unpin for LiquidityRewards
impl UnwindSafe for LiquidityRewards
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