Struct docker_api::api::system::models::PingInfo [−][src]
pub struct PingInfo {
pub api_version: String,
pub builder_version: Option<String>,
pub docker_experimental: bool,
pub cache_control: String,
pub pragma: String,
pub os_type: String,
pub server: String,
pub date: String,
}Fields
api_version: Stringbuilder_version: Option<String>docker_experimental: boolcache_control: Stringpragma: Stringos_type: Stringserver: Stringdate: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PingInfo
impl UnwindSafe for PingInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more