Struct docker_api::api::network::models::NetworkSettings[][src]

pub struct NetworkSettings {
Show 18 fields pub bridge: String, pub sandbox_id: String, pub hairpin_mode: bool, pub link_local_ipv6_addr: String, pub link_local_ipv6_prefix_len: isize, pub ports: Option<PortMap>, pub sandbox_key: String, pub secondary_ip_addresses: Option<Vec<Address>>, pub secondary_ipv6_addresses: Option<Vec<Address>>, pub endpoint_id: String, pub gateway: String, pub global_ipv6_addr: String, pub global_ipv6_prefix_len: isize, pub ip_address: String, pub ip_prefix_len: u64, pub ipv6_gateway: String, pub mac_address: String, pub networks: HashMap<String, NetworkEntry>,
}

Fields

bridge: Stringsandbox_id: Stringhairpin_mode: boollink_local_ipv6_addr: Stringlink_local_ipv6_prefix_len: isizeports: Option<PortMap>sandbox_key: Stringsecondary_ip_addresses: Option<Vec<Address>>secondary_ipv6_addresses: Option<Vec<Address>>endpoint_id: Stringgateway: Stringglobal_ipv6_addr: Stringglobal_ipv6_prefix_len: isizeip_address: Stringip_prefix_len: u64ipv6_gateway: Stringmac_address: Stringnetworks: HashMap<String, NetworkEntry>

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

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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)

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more