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

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

This exists in the networks field of a droplet.

Fields

Trait Implementations

impl Debug for Networks
[src]

[src]

Formats the value using the given formatter.

impl Clone for Networks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more