Struct jd_decrypter::JdAccount[][src]

pub struct JdAccount {
    pub properties: Value,
    pub hoster: String,
    pub max_simultan_downloads: isize,
    pub password: String,
    pub info_properties: Value,
    pub create_time: isize,
    pub traffic_left: isize,
    pub traffic_max: isize,
    pub valid_until: isize,
    pub active: bool,
    pub enabled: bool,
    pub traffic_unlimited: bool,
    pub specialtraffic: bool,
    pub user: String,
    pub concurrent_use_possible: bool,
    pub id: usize,
    pub error_type: Option<String>,
    pub error_string: Option<String>,
}

Struct to decode the .dlc file or data into an readable format.

Fields

Trait Implementations

impl Debug for JdAccount
[src]

Formats the value using the given formatter. Read more

impl Default for JdAccount
[src]

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

Auto Trait Implementations

impl Send for JdAccount

impl Sync for JdAccount