Struct docker_compose_types::Compose [−][src]
pub struct Compose {
pub services: Option<Services>,
pub volumes: Option<TopLevelVolumes>,
pub networks: Option<ComposeNetworks>,
pub service: Option<Service>,
// some fields omitted
}Fields
services: Option<Services>volumes: Option<TopLevelVolumes>networks: Option<ComposeNetworks>service: Option<Service>Implementations
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 Composeimpl UnwindSafe for Compose