Enum docker_compose_types::ComposeFile [−][src]
pub enum ComposeFile {
V2Plus(Compose),
V1(IndexMap<String, Service>),
Single(SingleService),
}Variants
V2Plus(Compose)Single(SingleService)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 ComposeFileimpl Send for ComposeFileimpl Sync for ComposeFileimpl Unpin for ComposeFileimpl UnwindSafe for ComposeFile