Struct wolfram_alpha::model::Subpod
[−]
[src]
pub struct Subpod { pub title: String, pub img: Option<Img>, pub plaintext: Option<Plaintext>, pub states: Option<States>, }
A subelement of Pod
.
Fields
title: String
img: Option<Img>
plaintext: Option<Plaintext>
states: Option<States>
Trait Implementations
impl PartialEq for Subpod
[src]
fn eq(&self, __arg_0: &Subpod) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Subpod) -> bool
[src]
This method tests for !=
.