Struct bollard::secret::NetworkingConfig
source · pub struct NetworkingConfig {
pub endpoints_config: Option<HashMap<String, EndpointSettings>>,
}
Expand description
NetworkingConfig represents the container’s networking configuration for each of its interfaces. It is used for the networking configs specified in the docker create
and docker network connect
commands.
Fields§
§endpoints_config: Option<HashMap<String, EndpointSettings>>
A mapping of network name to endpoint configuration for that network.
Trait Implementations§
source§impl Clone for NetworkingConfig
impl Clone for NetworkingConfig
source§fn clone(&self) -> NetworkingConfig
fn clone(&self) -> NetworkingConfig
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 NetworkingConfig
impl Debug for NetworkingConfig
source§impl Default for NetworkingConfig
impl Default for NetworkingConfig
source§fn default() -> NetworkingConfig
fn default() -> NetworkingConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NetworkingConfig
impl<'de> Deserialize<'de> for NetworkingConfig
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<NetworkingConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<NetworkingConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for NetworkingConfig
impl PartialEq for NetworkingConfig
source§impl Serialize for NetworkingConfig
impl Serialize for NetworkingConfig
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for NetworkingConfig
Auto Trait Implementations§
impl Freeze for NetworkingConfig
impl RefUnwindSafe for NetworkingConfig
impl Send for NetworkingConfig
impl Sync for NetworkingConfig
impl Unpin for NetworkingConfig
impl UnwindSafe for NetworkingConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)