Struct appstream::Language [−][src]
Expand description
Defines how well a language is supported by the component. It provides access to a the locale and the percentage of the translation completion.
Fields
percentage: Option<u32>
The percentage of translation completion.
locale: String
The language locale.
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 Language
impl UnwindSafe for Language
Blanket Implementations
Mutably borrows from an owned value. Read more