Struct docker_api::container::ContainerOptions [−][src]
Expand description
Interface for building a new docker container from an existing image
Fields
name: Option<String>Implementations
return a new instance of a builder for options
serialize options as a string. returns None if no options are defined
pub fn parse_from<'a, K, V>(&self, params: &'a HashMap<K, V>, body: &mut Value) where
&'a HashMap<K, V>: IntoIterator,
K: ToString + Eq + Hash,
V: Serialize, Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContainerOptionsimpl Send for ContainerOptionsimpl Sync for ContainerOptionsimpl Unpin for ContainerOptionsimpl UnwindSafe for ContainerOptions