Struct shiplift::container::ContainerDetails[][src]

pub struct ContainerDetails {
Show fields pub id: String, pub created: DateTime<Utc>, pub path: String, pub args: Vec<String>, pub state: State, pub image: String, pub resolv_conf_path: String, pub hostname_path: String, pub hosts_path: String, pub log_path: String, pub name: String, pub restart_count: i64, pub driver: String, pub platform: String, pub mount_label: String, pub process_label: String, pub app_armor_profile: String, pub exec_ids: Option<Vec<String>>, pub host_config: HostConfig, pub graph_driver: GraphDriverData, pub mounts: Vec<Mount>, pub config: ContainerConfig, pub network_settings: NetworkSettings,
}

Fields

id: Stringcreated: DateTime<Utc>path: Stringargs: Vec<String>state: Stateimage: Stringresolv_conf_path: Stringhostname_path: Stringhosts_path: Stringlog_path: Stringname: Stringrestart_count: i64driver: Stringplatform: Stringmount_label: Stringprocess_label: Stringapp_armor_profile: Stringexec_ids: Option<Vec<String>>host_config: HostConfiggraph_driver: GraphDriverDatamounts: Vec<Mount>config: ContainerConfignetwork_settings: NetworkSettings

Trait Implementations

impl Clone for ContainerDetails[src]

impl Debug for ContainerDetails[src]

impl<'de> Deserialize<'de> for ContainerDetails[src]

impl Serialize for ContainerDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for ContainerDetails

impl Send for ContainerDetails

impl Sync for ContainerDetails

impl Unpin for ContainerDetails

impl UnwindSafe for ContainerDetails

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]