Struct compose_yml::v2::NetworkInterface [] [src]

pub struct NetworkInterface {
    pub aliases: Vec<RawOr<String>>,
    // some fields omitted
}

A connection from a Service to a Network.

Fields

Additional hostnames by which this service will be known on this network.

Trait Implementations

impl Debug for NetworkInterface
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for NetworkInterface
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for NetworkInterface
[src]

impl Default for NetworkInterface
[src]

[src]

Returns the "default value" for a type. Read more

impl InterpolateAll for NetworkInterface
[src]

Recursive merge all fields in the structure.

[src]

Recursively walk over this type, interpolating all RawOr values containing references to the environment. The default implementation leaves a value unchanged. Read more

impl MergeOverride for NetworkInterface
[src]

Recursive merge all fields in the structure.

[src]

Given this value and an override value, merge the override value into this one, producing a new value. Read more