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

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]

Formats the value using the given formatter.

impl Clone for Kernel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more