Struct cosmogony::cosmogony::CosmogonyStats [] [src]

pub struct CosmogonyStats {
    pub level_counts: BTreeMap<u32, u64>,
    pub zone_type_counts: BTreeMap<String, u64>,
    pub wikidata_counts: BTreeMap<u32, u64>,
    pub zone_with_unkwown_country_rules: BTreeMap<String, usize>,
    pub unhandled_admin_level: BTreeMap<String, BTreeMap<u32, usize>>,
    pub zone_without_country: usize,
}

Fields

Methods

impl CosmogonyStats
[src]

[src]

Trait Implementations

impl Debug for CosmogonyStats
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CosmogonyStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CosmogonyStats
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for CosmogonyStats
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations