Struct podman_api_stubs::models::NetworkConnect [−][src]
pub struct NetworkConnect {
pub container: Option<String>,
pub endpoint_config: Option<EndpointSettings>,
}
Expand description
NetworkConnect represents the data to be used to connect a container to the network
Fields
container: Option<String>
endpoint_config: Option<EndpointSettings>
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
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 NetworkConnect
impl Send for NetworkConnect
impl Sync for NetworkConnect
impl Unpin for NetworkConnect
impl UnwindSafe for NetworkConnect
Blanket Implementations
Mutably borrows from an owned value. Read more