Struct podman_api::models::SummaryNetworkSettings
source · pub struct SummaryNetworkSettings {
pub networks: Option<HashMap<String, EndpointSettings, RandomState>>,
}
Expand description
SummaryNetworkSettings provides a summary of container’s networks in /containers/json
Fields§
§networks: Option<HashMap<String, EndpointSettings, RandomState>>
Trait Implementations§
source§impl Clone for SummaryNetworkSettings
impl Clone for SummaryNetworkSettings
source§fn clone(&self) -> SummaryNetworkSettings
fn clone(&self) -> SummaryNetworkSettings
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 SummaryNetworkSettings
impl Debug for SummaryNetworkSettings
source§impl<'de> Deserialize<'de> for SummaryNetworkSettings
impl<'de> Deserialize<'de> for SummaryNetworkSettings
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<SummaryNetworkSettings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SummaryNetworkSettings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SummaryNetworkSettings> for SummaryNetworkSettings
impl PartialEq<SummaryNetworkSettings> for SummaryNetworkSettings
source§fn eq(&self, other: &SummaryNetworkSettings) -> bool
fn eq(&self, other: &SummaryNetworkSettings) -> bool
source§impl Serialize for SummaryNetworkSettings
impl Serialize for SummaryNetworkSettings
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