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

pub struct Kernel {
    pub id: usize,
    pub name: String,
    pub version: String,
}

This exists in the kernel field of a droplet.

Fields

Trait Implementations

impl Debug for Kernel
[src]

[src]

Formats the value using the given formatter.

impl Clone for Kernel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more