Struct doapi::response::Kernel [] [src]

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

Fields

id
name
version

Trait Implementations

impl NotArray for Kernel

impl Display for Kernel

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

impl NamedResponse for Kernel

fn name<'a>() -> Cow<'a, str>

Derived Implementations

impl Debug for Kernel

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

impl Deserialize for Kernel

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