pub struct ContainerInfo {Show 18 fields
pub AppArmorProfile: String,
pub Args: Vec<String>,
pub Created: String,
pub Driver: String,
pub ExecDriver: String,
pub HostnamePath: String,
pub HostsPath: String,
pub LogPath: String,
pub Id: String,
pub Image: String,
pub MountLabel: String,
pub Name: String,
pub Path: String,
pub ProcessLabel: String,
pub ResolvConfPath: String,
pub RestartCount: u64,
pub Volumes: HashMap<String, String>,
pub VolumesRW: HashMap<String, bool>,
}
Fields§
§AppArmorProfile: String
§Args: Vec<String>
§Created: String
§Driver: String
§ExecDriver: String
§HostnamePath: String
§HostsPath: String
§LogPath: String
§Id: String
§Image: String
§MountLabel: String
§Name: String
§Path: String
§ProcessLabel: String
§ResolvConfPath: String
§RestartCount: u64
§Volumes: HashMap<String, String>
§VolumesRW: HashMap<String, bool>
Trait Implementations§
Source§impl Clone for ContainerInfo
impl Clone for ContainerInfo
Source§impl Debug for ContainerInfo
impl Debug for ContainerInfo
Source§impl<'de> Deserialize<'de> for ContainerInfo
impl<'de> Deserialize<'de> for ContainerInfo
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
Source§impl Display for ContainerInfo
impl Display for ContainerInfo
Auto Trait Implementations§
impl Freeze for ContainerInfo
impl RefUnwindSafe for ContainerInfo
impl Send for ContainerInfo
impl Sync for ContainerInfo
impl Unpin for ContainerInfo
impl UnwindSafe for ContainerInfo
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