summaryrefslogtreecommitdiffstats
path: root/src/rep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rep.rs')
-rw-r--r--src/rep.rs11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rep.rs b/src/rep.rs
index 92cbe02..40e5975 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -115,8 +115,8 @@ pub struct NetworkSettings {
#[serde(rename = "IPPrefixLen")]
pub ip_prefix_len: u64,
pub mac_address: String, /* pub PortMapping: Option<???>,
- * pub Ports: Option<???> */
- pub networks: HashMap<String, NetworkEntry>
+ * pub Ports: Option<???> */
+ pub networks: HashMap<String, NetworkEntry>,
}
#[derive(Clone, Debug, Serialize, Deserialize)]
@@ -156,9 +156,9 @@ pub struct HostConfig {
pub privileged: bool,
pub publish_all_ports: bool,
pub readonly_rootfs: Option<bool>, /* pub RestartPolicy: ???
- * pub SecurityOpt: Option<???>,
- * pub Ulimits: Option<???>
- * pub VolumesFrom: Option<??/> */
+ * pub SecurityOpt: Option<???>,
+ * pub Ulimits: Option<???>
+ * pub VolumesFrom: Option<??/> */
}
#[derive(Clone, Debug, Serialize, Deserialize)]
@@ -368,7 +368,6 @@ pub struct Change {
pub path: String,
}
-
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct Top {