Struct gtk_rust_app::AppDescriptor
source · [−]pub struct AppDescriptor {
pub id: String,
pub generic_name: Option<String>,
pub summary: String,
pub description: String,
pub categories: Vec<String>,
pub metadata_license: String,
pub screenshots: Option<Vec<Screenshot>>,
pub releases: Option<Vec<Release>>,
pub content_rating: Option<Vec<ContentRating>>,
pub recommends: Vec<Recommend>,
pub permissions: Vec<String>,
pub resources: Option<String>,
}
Fields
id: String
generic_name: Option<String>
summary: String
description: String
categories: Vec<String>
metadata_license: String
screenshots: Option<Vec<Screenshot>>
releases: Option<Vec<Release>>
content_rating: Option<Vec<ContentRating>>
recommends: Vec<Recommend>
permissions: Vec<String>
resources: Option<String>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for AppDescriptor
impl Send for AppDescriptor
impl Sync for AppDescriptor
impl Unpin for AppDescriptor
impl UnwindSafe for AppDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more