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: Stringendpoint_id: Stringgateway: Stringip_address: Stringip_prefix_len: u64ipv6_gateway: Stringglobal_ipv6_address: Stringglobal_ipv6_prefix_len: u64mac_address: StringTrait 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