pub struct ContainerSummaryNetworkSettings {
pub networks: Option<HashMap<String, EndpointSettings>>,
}
Expand description
A summary of the container’s network settings
Fields§
§networks: Option<HashMap<String, EndpointSettings>>
Trait Implementations§
source§impl Clone for ContainerSummaryNetworkSettings
impl Clone for ContainerSummaryNetworkSettings
source§fn clone(&self) -> ContainerSummaryNetworkSettings
fn clone(&self) -> ContainerSummaryNetworkSettings
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 Default for ContainerSummaryNetworkSettings
impl Default for ContainerSummaryNetworkSettings
source§fn default() -> ContainerSummaryNetworkSettings
fn default() -> ContainerSummaryNetworkSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContainerSummaryNetworkSettings
impl<'de> Deserialize<'de> for ContainerSummaryNetworkSettings
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 ContainerSummaryNetworkSettings
impl PartialEq for ContainerSummaryNetworkSettings
source§fn eq(&self, other: &ContainerSummaryNetworkSettings) -> bool
fn eq(&self, other: &ContainerSummaryNetworkSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ContainerSummaryNetworkSettings
Auto Trait Implementations§
impl Freeze for ContainerSummaryNetworkSettings
impl RefUnwindSafe for ContainerSummaryNetworkSettings
impl Send for ContainerSummaryNetworkSettings
impl Sync for ContainerSummaryNetworkSettings
impl Unpin for ContainerSummaryNetworkSettings
impl UnwindSafe for ContainerSummaryNetworkSettings
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)