Struct podman_api_stubs::models::Schema2PlatformSpec [−][src]
pub struct Schema2PlatformSpec {
pub architecture: Option<String>,
pub features: Option<Vec<String>>,
pub os: Option<String>,
pub os_features: Option<Vec<String>>,
pub os_version: Option<String>,
pub variant: Option<String>,
}
Expand description
Schema2PlatformSpec describes the platform which a particular manifest is specialized for.
Fields
architecture: Option<String>
features: Option<Vec<String>>
os: Option<String>
os_features: Option<Vec<String>>
os_version: Option<String>
variant: Option<String>
Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Schema2PlatformSpec
impl Send for Schema2PlatformSpec
impl Sync for Schema2PlatformSpec
impl Unpin for Schema2PlatformSpec
impl UnwindSafe for Schema2PlatformSpec
Blanket Implementations
Mutably borrows from an owned value. Read more