Struct digitalocean::api::droplet_fields::Networks []

pub struct Networks {
    pub v4: Vec<Network>,
    pub v6: Vec<Network>,
}

This exists in the networks field of a droplet.

Fields

Trait Implementations

impl Debug for Networks
[src]

Formats the value using the given formatter.

impl Clone for Networks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more