Struct hs_scraper::scraper::Scraper[][src]

pub struct Scraper {
    pub season_index: HashMap<String, String>,
    pub all_index: HashMap<String, String>,
}

Fields

Methods

impl Scraper
[src]

Auto Trait Implementations

impl Send for Scraper

impl Sync for Scraper