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
sourceimpl Clone for BlockStatsFields
impl Clone for BlockStatsFields
sourcefn clone(&self) -> BlockStatsFields
fn clone(&self) -> BlockStatsFields
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Display for BlockStatsFields
impl Display for BlockStatsFields
sourceimpl From<BlockStatsFields> for Value
impl From<BlockStatsFields> for Value
sourcefn from(bsf: BlockStatsFields) -> Self
fn from(bsf: BlockStatsFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BlockStatsFields
impl Send for BlockStatsFields
impl Sync for BlockStatsFields
impl Unpin for BlockStatsFields
impl UnwindSafe for BlockStatsFields
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