pub struct SummaryNetworkSettings {
pub networks: Option<HashMap<String, EndpointSettings>>,
}
Available on crate feature
v5
only.Expand description
SummaryNetworkSettings provides a summary of container’s networks in /containers/json
Fields§
§networks: Option<HashMap<String, EndpointSettings>>
Trait Implementations§
Source§impl Debug for SummaryNetworkSettings
impl Debug for SummaryNetworkSettings
Source§impl Default for SummaryNetworkSettings
impl Default for SummaryNetworkSettings
Source§fn default() -> SummaryNetworkSettings
fn default() -> SummaryNetworkSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SummaryNetworkSettings
impl<'de> Deserialize<'de> for SummaryNetworkSettings
Source§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
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