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
sourceimpl Debug for StatsArgumentChoices
impl Debug for StatsArgumentChoices
sourceimpl<'de> Deserialize<'de> for StatsArgumentChoices
impl<'de> Deserialize<'de> for StatsArgumentChoices
sourcefn 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
sourceimpl Display for StatsArgumentChoices
impl Display for StatsArgumentChoices
sourceimpl Serialize for StatsArgumentChoices
impl Serialize for StatsArgumentChoices
Auto Trait Implementations
impl RefUnwindSafe for StatsArgumentChoices
impl Send for StatsArgumentChoices
impl Sync for StatsArgumentChoices
impl Unpin for StatsArgumentChoices
impl UnwindSafe for StatsArgumentChoices
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more