Enum docker_compose_types::NetworkSettingsOptions [−][src]
pub enum NetworkSettingsOptions {
Settings(NetworkSettings),
Empty(IndexMap<(), ()>),
}Variants
Settings(NetworkSettings)Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NetworkSettingsOptionsimpl Send for NetworkSettingsOptionsimpl Sync for NetworkSettingsOptionsimpl Unpin for NetworkSettingsOptionsimpl UnwindSafe for NetworkSettingsOptionsBlanket Implementations
Mutably borrows from an owned value. Read more