Struct podman_api_stubs::models::SlirpInfo [−][src]
pub struct SlirpInfo {
pub executable: Option<String>,
pub package: Option<String>,
pub version: Option<String>,
}
Expand description
SlirpInfo describes the slirp executable that is being being used.
Fields
executable: Option<String>
package: Option<String>
version: 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
Auto Trait Implementations
impl RefUnwindSafe for SlirpInfo
impl UnwindSafe for SlirpInfo
Blanket Implementations
Mutably borrows from an owned value. Read more