pub struct SummaryNetworkSettings {
pub networks: Option<HashMap<String, EndpointSettings>>,
}
Expand description
SummaryNetworkSettings provides a summary of container’s networks in /containers/json
Fields§
§networks: Option<HashMap<String, EndpointSettings>>
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 for SummaryNetworkSettings
impl PartialEq for SummaryNetworkSettings
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
impl StructuralPartialEq for SummaryNetworkSettings
Auto Trait Implementations§
impl Freeze for SummaryNetworkSettings
impl RefUnwindSafe for SummaryNetworkSettings
impl Send for SummaryNetworkSettings
impl Sync for SummaryNetworkSettings
impl Unpin for SummaryNetworkSettings
impl UnwindSafe for SummaryNetworkSettings
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