pub enum BlockStatsFields {
Show 29 variants
AverageFee,
AverageFeeRate,
AverageTxSize,
BlockHash,
FeeRatePercentiles,
Height,
Ins,
MaxFee,
MaxFeeRate,
MaxTxSize,
MedianFee,
MedianTime,
MedianTxSize,
MinFee,
MinFeeRate,
MinTxSize,
Outs,
Subsidy,
SegWitTotalSize,
SegWitTotalWeight,
SegWitTxs,
Time,
TotalOut,
TotalSize,
TotalWeight,
TotalFee,
Txs,
UtxoIncrease,
UtxoSizeIncrease,
}
Variants§
AverageFee
AverageFeeRate
AverageTxSize
BlockHash
FeeRatePercentiles
Height
Ins
MaxFee
MaxFeeRate
MaxTxSize
MedianFee
MedianTime
MedianTxSize
MinFee
MinFeeRate
MinTxSize
Outs
Subsidy
SegWitTotalSize
SegWitTotalWeight
SegWitTxs
Time
TotalOut
TotalSize
TotalWeight
TotalFee
Txs
UtxoIncrease
UtxoSizeIncrease
Trait Implementations§
source§impl Clone for BlockStatsFields
impl Clone for BlockStatsFields
source§fn clone(&self) -> BlockStatsFields
fn clone(&self) -> BlockStatsFields
Returns a copy 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 Display for BlockStatsFields
impl Display for BlockStatsFields
source§impl From<BlockStatsFields> for Value
impl From<BlockStatsFields> for Value
source§fn from(bsf: BlockStatsFields) -> Self
fn from(bsf: BlockStatsFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BlockStatsFields
impl RefUnwindSafe for BlockStatsFields
impl Send for BlockStatsFields
impl Sync for BlockStatsFields
impl Unpin for BlockStatsFields
impl UnwindSafe for BlockStatsFields
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