pub struct MetricsTree_Distribution_AddressCohorts_AmountRange {Show 15 fields
pub _0sats: _0satsPattern,
pub _100btc_to_1k_btc: _0satsPattern,
pub _100k_btc_or_more: _0satsPattern,
pub _100k_sats_to_1m_sats: _0satsPattern,
pub _100sats_to_1k_sats: _0satsPattern,
pub _10btc_to_100btc: _0satsPattern,
pub _10k_btc_to_100k_btc: _0satsPattern,
pub _10k_sats_to_100k_sats: _0satsPattern,
pub _10m_sats_to_1btc: _0satsPattern,
pub _10sats_to_100sats: _0satsPattern,
pub _1btc_to_10btc: _0satsPattern,
pub _1k_btc_to_10k_btc: _0satsPattern,
pub _1k_sats_to_10k_sats: _0satsPattern,
pub _1m_sats_to_10m_sats: _0satsPattern,
pub _1sat_to_10sats: _0satsPattern,
}Expand description
Metrics tree node.
Fields§
§_0sats: _0satsPattern§_100btc_to_1k_btc: _0satsPattern§_100k_btc_or_more: _0satsPattern§_100k_sats_to_1m_sats: _0satsPattern§_100sats_to_1k_sats: _0satsPattern§_10btc_to_100btc: _0satsPattern§_10k_btc_to_100k_btc: _0satsPattern§_10k_sats_to_100k_sats: _0satsPattern§_10m_sats_to_1btc: _0satsPattern§_10sats_to_100sats: _0satsPattern§_1btc_to_10btc: _0satsPattern§_1k_btc_to_10k_btc: _0satsPattern§_1k_sats_to_10k_sats: _0satsPattern§_1m_sats_to_10m_sats: _0satsPattern§_1sat_to_10sats: _0satsPatternImplementations§
Source§impl MetricsTree_Distribution_AddressCohorts_AmountRange
impl MetricsTree_Distribution_AddressCohorts_AmountRange
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl Freeze for MetricsTree_Distribution_AddressCohorts_AmountRange
impl RefUnwindSafe for MetricsTree_Distribution_AddressCohorts_AmountRange
impl Send for MetricsTree_Distribution_AddressCohorts_AmountRange
impl Sync for MetricsTree_Distribution_AddressCohorts_AmountRange
impl Unpin for MetricsTree_Distribution_AddressCohorts_AmountRange
impl UnwindSafe for MetricsTree_Distribution_AddressCohorts_AmountRange
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more