Struct docker_compose_types::Service[][src]

pub struct Service {
Show fields pub hostname: Option<String>, pub privileged: bool, pub healthcheck: Option<Healthcheck>, pub deploy: Option<Deploy>, pub image: Option<String>, pub container_name: Option<String>, pub build_: Option<BuildStep>, pub pid: Option<String>, pub ports: Option<Vec<String>>, pub environment: Option<Environment>, pub network_mode: Option<String>, pub devices: Option<Vec<String>>, pub restart: Option<String>, pub labels: Option<Labels>, pub ulimits: Option<Ulimits>, pub volumes: Option<Volumes>, pub networks: Option<Networks>, pub cap_add: Option<Vec<String>>, pub depends_on: Option<DependsOnOptions>, pub command: Option<Command>, pub entrypoint: Option<String>, pub env_file: Option<EnvFile>, pub stop_grace_period: Option<String>, pub profiles: Option<Vec<String>>, pub links: Option<Vec<String>>, pub dns: Option<Vec<String>>, pub ipc: Option<String>, pub net: Option<String>, pub stop_signal: Option<String>, pub user: Option<String>, pub working_dir: Option<String>, pub expose: Vec<String>, pub volumes_from: Vec<String>, pub extends: Option<IndexMap<String, String>>, pub logging: Option<LoggingParameters>, pub scale: i64,
}

Fields

hostname: Option<String>privileged: boolhealthcheck: Option<Healthcheck>deploy: Option<Deploy>image: Option<String>container_name: Option<String>build_: Option<BuildStep>pid: Option<String>ports: Option<Vec<String>>environment: Option<Environment>network_mode: Option<String>devices: Option<Vec<String>>restart: Option<String>labels: Option<Labels>ulimits: Option<Ulimits>volumes: Option<Volumes>networks: Option<Networks>cap_add: Option<Vec<String>>depends_on: Option<DependsOnOptions>command: Option<Command>entrypoint: Option<String>env_file: Option<EnvFile>stop_grace_period: Option<String>profiles: Option<Vec<String>>links: Option<Vec<String>>dns: Option<Vec<String>>ipc: Option<String>net: Option<String>stop_signal: Option<String>user: Option<String>working_dir: Option<String>expose: Vec<String>volumes_from: Vec<String>extends: Option<IndexMap<String, String>>logging: Option<LoggingParameters>scale: i64

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.