Struct docker_api::api::config::Config [−][src]
pub struct Config<'docker> { /* fields omitted */ }
This is supported on crate feature
swarm
only.Expand description
Interface for accessing and manipulating Docker Config.
Implementations
Inspect this Config.
Delete this Config.
Trait Implementations
Auto Trait Implementations
impl<'docker> !RefUnwindSafe for Config<'docker>
impl<'docker> !UnwindSafe for Config<'docker>