Struct uvm_install2::unity::IniData

source ·
pub struct IniData {
Show 14 fields pub title: String, pub description: String, pub url: String, pub download_url: Option<Url>, pub size: u64, pub installedsize: u64, pub md5: Option<MD5>, pub cmd: Option<String>, pub hidden: bool, pub eula_url_1: Option<String>, pub eula_label_1: Option<String>, pub eula_message: Option<String>, pub sync: Option<Component>, pub other: HashMap<String, String, RandomState>,
}

Fields

title: Stringdescription: Stringurl: Stringdownload_url: Option<Url>size: u64installedsize: u64md5: Option<MD5>cmd: Option<String>hidden: booleula_url_1: Option<String>eula_label_1: Option<String>eula_message: Option<String>sync: Option<Component>other: HashMap<String, String, RandomState>

Trait Implementations

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
Converts the given value to a String. Read more
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.