Type Alias Final

Source
type Final = Banlist;

Aliased Type§

struct Final {
    pub(super) uuid_bans: HashMap<Uuid, BanEntry>,
    pub(super) ip_bans: HashMap<NormalizedIpAddr, IpBanEntry>,
}

Fields§

§uuid_bans: HashMap<Uuid, BanEntry>§ip_bans: HashMap<NormalizedIpAddr, IpBanEntry>