Struct docker_api::api::network::models::NetworkEntry [−][src]
pub struct NetworkEntry {
pub network_id: String,
pub endpoint_id: String,
pub gateway: String,
pub ip_address: String,
pub ip_prefix_len: u64,
pub ipv6_gateway: String,
pub global_ipv6_address: String,
pub global_ipv6_prefix_len: u64,
pub mac_address: String,
}
Fields
network_id: String
endpoint_id: String
gateway: String
ip_address: String
ip_prefix_len: u64
ipv6_gateway: String
global_ipv6_address: String
global_ipv6_prefix_len: u64
mac_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 NetworkEntry
impl Send for NetworkEntry
impl Sync for NetworkEntry
impl Unpin for NetworkEntry
impl UnwindSafe for NetworkEntry
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