Struct podman_api::opts::NetworkConnectOpts
source · pub struct NetworkConnectOpts { /* private fields */ }
Expand description
Adjust how a container is connected to a network.
Implementations§
source§impl NetworkConnectOpts
impl NetworkConnectOpts
sourcepub fn builder() -> NetworkConnectOptsBuilder
pub fn builder() -> NetworkConnectOptsBuilder
Returns a new instance of a builder for NetworkConnectOpts.
Trait Implementations§
source§impl Clone for NetworkConnectOpts
impl Clone for NetworkConnectOpts
source§fn clone(&self) -> NetworkConnectOpts
fn clone(&self) -> NetworkConnectOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NetworkConnectOpts
impl Debug for NetworkConnectOpts
source§impl Default for NetworkConnectOpts
impl Default for NetworkConnectOpts
source§fn default() -> NetworkConnectOpts
fn default() -> NetworkConnectOpts
Returns the “default value” for a type. Read more