pub struct SystemPing {
pub ostype: Option<String>,
pub buildkit_version: String,
pub api_version: String,
pub cache_control: String,
pub docker_experimental: String,
pub pragma: String,
pub builder_version: Option<String>,
pub server: Option<String>,
pub libpod_api_version: String,
pub x_reference_id: Option<String>,
pub date: Option<String>,
pub libpod_buildah_version: String,
}
Fields§
§ostype: Option<String>
§buildkit_version: String
§api_version: String
§cache_control: String
§docker_experimental: String
§pragma: String
§builder_version: Option<String>
§server: Option<String>
§libpod_api_version: String
§x_reference_id: Option<String>
§date: Option<String>
§libpod_buildah_version: String
Trait Implementations§
Source§impl Debug for SystemPing
impl Debug for SystemPing
Source§impl<'de> Deserialize<'de> for SystemPing
impl<'de> Deserialize<'de> for SystemPing
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
Auto Trait Implementations§
impl Freeze for SystemPing
impl RefUnwindSafe for SystemPing
impl Send for SystemPing
impl Sync for SystemPing
impl Unpin for SystemPing
impl UnwindSafe for SystemPing
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more