Struct podman_api_stubs::models::NetworkingConfig [−][src]
pub struct NetworkingConfig {
pub endpoints_config: Option<HashMap<String, EndpointSettings>>,
}
Expand description
NetworkingConfig represents the container’s networking configuration for each of its interfaces Carries the networking configs specified in the docker run
and docker network connect
commands
Fields
endpoints_config: Option<HashMap<String, EndpointSettings>>
Implementations
pub fn with_endpoints_config(
self,
endpoints_config: HashMap<String, EndpointSettings>
) -> NetworkingConfig
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NetworkingConfig
impl Send for NetworkingConfig
impl Sync for NetworkingConfig
impl Unpin for NetworkingConfig
impl UnwindSafe for NetworkingConfig
Blanket Implementations
Mutably borrows from an owned value. Read more