Enum docker_api::api::network::opts::Scope [−][src]
pub enum Scope { Swarm, Global, Local, }
Expand description
Used for NetworkFilter::Scope
.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope