Struct shiplift::network::NetworkDetails [−][src]
pub struct NetworkDetails {
pub name: String,
pub id: String,
pub scope: String,
pub driver: String,
pub enable_ipv6: bool,
pub ipam: Ipam,
pub internal: bool,
pub attachable: bool,
pub containers: HashMap<String, NetworkContainerDetails>,
pub options: Option<HashMap<String, String>>,
pub labels: Option<HashMap<String, String>>,
}Fields
name: Stringid: Stringscope: Stringdriver: Stringenable_ipv6: boolipam: Ipaminternal: boolattachable: boolcontainers: HashMap<String, NetworkContainerDetails>options: Option<HashMap<String, String>>labels: Option<HashMap<String, String>>Trait Implementations
impl Clone for NetworkDetails[src]
impl Clone for NetworkDetails[src]fn clone(&self) -> NetworkDetails[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for NetworkDetails[src]
impl<'de> Deserialize<'de> for NetworkDetails[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for NetworkDetails[src]
impl Serialize for NetworkDetails[src]Auto Trait Implementations
impl RefUnwindSafe for NetworkDetails
impl Send for NetworkDetails
impl Sync for NetworkDetails
impl Unpin for NetworkDetails
impl UnwindSafe for NetworkDetails
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,