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 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 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§fn eq(&self, other: &SummaryNetworkSettings) -> bool
fn eq(&self, other: &SummaryNetworkSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)