pub enum StatsArgumentChoices {
Show 28 variants
AvgFee,
AvgTxSize,
Blockhash,
FeeRatePercentiles,
Height,
Ins,
MaxFee,
MaxFeeRate,
MaxTxSize,
MedianFee,
MedianTime,
MedianTxSize,
MinFee,
MinFeeRate,
MinTxSize,
Outs,
Subsidy,
SwTotalSize,
SwTotalWeight,
SwTxs,
Time,
TotalOut,
TotalSize,
TotalWeight,
TotalFee,
Txs,
UtxoIncrease,
UtxoSizeInc,
}
Variants§
AvgFee
AvgTxSize
Blockhash
FeeRatePercentiles
Height
Ins
MaxFee
MaxFeeRate
MaxTxSize
MedianFee
MedianTime
MedianTxSize
MinFee
MinFeeRate
MinTxSize
Outs
Subsidy
SwTotalSize
SwTotalWeight
SwTxs
Time
TotalOut
TotalSize
TotalWeight
TotalFee
Txs
UtxoIncrease
UtxoSizeInc
Trait Implementations§
Source§impl Debug for StatsArgumentChoices
impl Debug for StatsArgumentChoices
Source§impl<'de> Deserialize<'de> for StatsArgumentChoices
impl<'de> Deserialize<'de> for StatsArgumentChoices
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
Source§impl Display for StatsArgumentChoices
impl Display for StatsArgumentChoices
Auto Trait Implementations§
impl Freeze for StatsArgumentChoices
impl RefUnwindSafe for StatsArgumentChoices
impl Send for StatsArgumentChoices
impl Sync for StatsArgumentChoices
impl Unpin for StatsArgumentChoices
impl UnwindSafe for StatsArgumentChoices
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