Struct bungie::models::DestinyManifest[][src]

pub struct DestinyManifest {
    pub version: String,
    pub mobile_asset_content_path: String,
    pub mobile_gear_asset_databases: Vec<GearAssetDataBaseDefinition>,
    pub mobile_world_content_paths: HashMap<String, String>,
    pub mobile_clan_banner_database_path: String,
    pub mobile_gear_cdn: HashMap<String, String>,
}

Fields

Auto Trait Implementations