Struct doapi::response::Kernel
[−]
[src]
pub struct Kernel { pub id: f64, pub name: String, pub version: String, }
Fields
id | |
name | |
version |
pub struct Kernel { pub id: f64, pub name: String, pub version: String, }
id | |
name | |
version |
impl NotArray for Kernel
impl Display for Kernel
impl NamedResponse for Kernel
impl Debug for Kernel
impl Deserialize for Kernel
fn deserialize<__D>(deserializer: &mut __D) -> Result<Kernel, __D::Error> where __D: Deserializer
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)