pub struct PredictionWalletPnlSummary { /* private fields */ }Implementations§
Source§impl PredictionWalletPnlSummary
impl PredictionWalletPnlSummary
pub fn avg_entry_count<T>(self, value: T) -> Self
pub fn avg_holding_seconds<T>(self, value: T) -> Self
pub fn avg_initial_cost<T>(self, value: T) -> Self
pub fn best_trade_condition_id<T>(self, value: T) -> Self
pub fn best_trade_market_question<T>(self, value: T) -> Self
pub fn best_trade_outcome<T>(self, value: T) -> Self
pub fn best_trade_pnl<T>(self, value: T) -> Self
pub fn best_trade_token_id<T>(self, value: T) -> Self
pub fn current_value<T>(self, value: T) -> Self
pub fn last_activity_ts<T>(self, value: T) -> Self
pub fn loss_count<T>(self, value: T) -> Self
pub fn market_count<T>(self, value: T) -> Self
pub fn open_position_count<T>(self, value: T) -> Self
pub fn profit_factor<T>(self, value: T) -> Self
pub fn realized_pnl<T>(self, value: T) -> Self
pub fn settlement_ratio<T>(self, value: T) -> Self
pub fn settlement_win_rate<T>(self, value: T) -> Self
pub fn seven_day_activity_count<T>(self, value: T) -> Self
pub fn seven_day_market_count<T>(self, value: T) -> Self
pub fn seven_day_realized_pnl<T>(self, value: T) -> Self
pub fn seven_day_volume<T>(self, value: T) -> Self
pub fn state_quality<T>(self, value: T) -> Self
pub fn today_realized_pnl<T>(self, value: T) -> Self
pub fn today_volume<T>(self, value: T) -> Self
pub fn token_count<T>(self, value: T) -> Self
pub fn tag<T>(self, value: T) -> Self
pub fn total_buy_amount<T>(self, value: T) -> Self
pub fn total_pnl<T>(self, value: T) -> Self
pub fn total_pnl_ratio<T>(self, value: T) -> Self
pub fn total_redeem_amount<T>(self, value: T) -> Self
pub fn total_sell_amount<T>(self, value: T) -> Self
pub fn total_volume<T>(self, value: T) -> Self
pub fn unrealized_pnl<T>(self, value: T) -> Self
pub fn wallet<T>(self, value: T) -> Self
pub fn win_count<T>(self, value: T) -> Self
pub fn win_rate<T>(self, value: T) -> Self
pub fn worst_trade_condition_id<T>(self, value: T) -> Self
pub fn worst_trade_market_question<T>(self, value: T) -> Self
pub fn worst_trade_outcome<T>(self, value: T) -> Self
pub fn worst_trade_pnl<T>(self, value: T) -> Self
pub fn worst_trade_token_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PredictionWalletPnlSummary
impl Clone for PredictionWalletPnlSummary
Source§fn clone(&self) -> PredictionWalletPnlSummary
fn clone(&self) -> PredictionWalletPnlSummary
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 PredictionWalletPnlSummary
impl Debug for PredictionWalletPnlSummary
Source§impl Default for PredictionWalletPnlSummary
impl Default for PredictionWalletPnlSummary
Source§impl From<PredictionWalletPnlSummary> for PredictionWalletPnlSummary
impl From<PredictionWalletPnlSummary> for PredictionWalletPnlSummary
Source§fn from(value: PredictionWalletPnlSummary) -> Self
fn from(value: PredictionWalletPnlSummary) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PredictionWalletPnlSummary> for PredictionWalletPnlSummary
impl TryFrom<PredictionWalletPnlSummary> for PredictionWalletPnlSummary
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PredictionWalletPnlSummary) -> Result<Self, ConversionError>
fn try_from(value: PredictionWalletPnlSummary) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PredictionWalletPnlSummary
impl RefUnwindSafe for PredictionWalletPnlSummary
impl Send for PredictionWalletPnlSummary
impl Sync for PredictionWalletPnlSummary
impl Unpin for PredictionWalletPnlSummary
impl UnsafeUnpin for PredictionWalletPnlSummary
impl UnwindSafe for PredictionWalletPnlSummary
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