Struct docker_api::api::network::models::NetworkContainerDetails [−][src]
pub struct NetworkContainerDetails {
pub endpoint_id: String,
pub mac_address: String,
pub ipv4_address: String,
pub ipv6_address: String,
}
Fields
endpoint_id: String
mac_address: String
ipv4_address: String
ipv6_address: String
Trait Implementations
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 RefUnwindSafe for NetworkContainerDetails
impl Send for NetworkContainerDetails
impl Sync for NetworkContainerDetails
impl Unpin for NetworkContainerDetails
impl UnwindSafe for NetworkContainerDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more