Struct doapi::response::Network [] [src]

pub struct Network {
    pub ip_address: String,
    pub netmask: String,
    pub gateway: String,
    pub network_type: String,
}

Fields

ip_address
netmask
gateway
network_type

Trait Implementations

impl NotArray for Network

impl Display for Network

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for Network

fn clone(&self) -> Network

fn clone_from(&mut self, source: &Self)

impl Debug for Network

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Deserialize for Network

fn deserialize<__D>(deserializer: &mut __D) -> Result<Network, __D::Error> where __D: Deserializer