pub struct SummaryNetworkSettings {
pub networks: Option<HashMap<String, EndpointSettings>>,
}
Expand description
SummaryNetworkSettings : SummaryNetworkSettings provides a summary of container’s networks in /containers/json
Fields§
§networks: Option<HashMap<String, EndpointSettings>>
Implementations§
Source§impl SummaryNetworkSettings
impl SummaryNetworkSettings
Sourcepub fn new() -> SummaryNetworkSettings
pub fn new() -> SummaryNetworkSettings
SummaryNetworkSettings provides a summary of container’s networks in /containers/json
Trait Implementations§
Source§impl Clone for SummaryNetworkSettings
impl Clone for SummaryNetworkSettings
Source§fn clone(&self) -> SummaryNetworkSettings
fn clone(&self) -> SummaryNetworkSettings
Returns a duplicate 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 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
Source§impl PartialEq for SummaryNetworkSettings
impl PartialEq for SummaryNetworkSettings
Source§impl Serialize for SummaryNetworkSettings
impl Serialize for SummaryNetworkSettings
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