Struct trackermeta::scraper::ModInfo[][src]

pub struct ModInfo {
Show fields pub mod_id: u32, pub mod_status: String, pub mod_filename: String, pub mod_title: String, pub mod_size: String, pub mod_md5: String, pub mod_format: String, pub mod_spotlit: bool, pub mod_download: u32, pub mod_fav: u32, pub mod_scrape_time: String, pub mod_channel: u32, pub mod_genre: String, pub mod_upload_date: String,
}
Expand description

Struct containing all of the info about a module

Fields

mod_id: u32

The module ID of the module on modarchive

mod_status: String

Can be either absent or present

mod_filename: String

The filename of the module

mod_title: String

The title of the module

mod_size: String

The file size of the module, use the crate byte-unit to convert them to other units

mod_md5: String

The MD5 hash of the module file as a string

mod_format: String

The format of the module, for example XM, IT or MOD and more, basically the extension of the module file

mod_spotlit: bool

Spotlit module or not

mod_download: u32

Download count of the module at the time of scraping

mod_fav: u32

Times the module has been favourited at the time of scraping

mod_scrape_time: String

The time when it was scraped

mod_channel: u32

The channel count of the module

mod_genre: String

The genre of the module

mod_upload_date: String

The upload date of the module

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.