Struct podman_api_stubs::models::HostInfo[][src]

pub struct HostInfo {
Show 26 fields pub arch: Option<String>, pub buildah_version: Option<String>, pub cgroup_controllers: Option<Vec<String>>, pub cgroup_manager: Option<String>, pub cgroup_version: Option<String>, pub conmon: Option<ConmonInfo>, pub cpus: Option<i64>, pub distribution: Option<DistributionInfo>, pub event_logger: Option<String>, pub hostname: Option<String>, pub id_mappings: Option<IdMappings>, pub kernel: Option<String>, pub linkmode: Option<String>, pub log_driver: Option<String>, pub mem_free: Option<i64>, pub mem_total: Option<i64>, pub oci_runtime: Option<OciRuntimeInfo>, pub os: Option<String>, pub remote_socket: Option<RemoteSocket>, pub runtime_info: Option<HashMap<String, Value>>, pub security: Option<SecurityInfo>, pub service_is_remote: Option<bool>, pub slirp4netns: Option<SlirpInfo>, pub swap_free: Option<i64>, pub swap_total: Option<i64>, pub uptime: Option<String>,
}
Expand description

HostInfo describes the libpod host

Fields

arch: Option<String>buildah_version: Option<String>cgroup_controllers: Option<Vec<String>>cgroup_manager: Option<String>cgroup_version: Option<String>conmon: Option<ConmonInfo>cpus: Option<i64>distribution: Option<DistributionInfo>event_logger: Option<String>hostname: Option<String>id_mappings: Option<IdMappings>kernel: Option<String>linkmode: Option<String>log_driver: Option<String>mem_free: Option<i64>mem_total: Option<i64>oci_runtime: Option<OciRuntimeInfo>os: Option<String>remote_socket: Option<RemoteSocket>runtime_info: Option<HashMap<String, Value>>security: Option<SecurityInfo>service_is_remote: Option<bool>slirp4netns: Option<SlirpInfo>swap_free: Option<i64>swap_total: Option<i64>uptime: Option<String>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.