pub type PortMap = HashMap<String, Option<Vec<PortBinding>>>;
PortMap is a collection of PortBinding indexed by Port
struct PortMap { /* private fields */ }