Struct humble_cli::humble_api::Product
source · pub struct Product {
pub machine_name: String,
pub human_name: String,
pub product_details_url: String,
pub downloads: Vec<ProductDownload>,
}Fields§
§machine_name: String§human_name: String§product_details_url: String§downloads: Vec<ProductDownload>List of associated downloads with this product.
Note: Each product usually has one item here.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Product
impl<'de> Deserialize<'de> for Product
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more