Struct serde_lwjson::Platform
source · pub struct Platform {
pub architecture: String,
pub os: String,
pub os_features: Option<Vec<String>>,
pub os_version: Option<String>,
pub variant: Option<String>,
}Fields§
§architecture: String§os: String§os_features: Option<Vec<String>>§os_version: Option<String>§variant: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for Platform
impl<'de> Deserialize<'de> for Platform
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