Struct wolfram_alpha::model::Notes
[−]
[src]
pub struct Notes { pub count: u32, pub note: Vec<Note>, }
A series of Note
attributes.
Fields
count: u32
note: Vec<Note>
Trait Implementations
impl PartialEq for Notes
[src]
fn eq(&self, __arg_0: &Notes) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Notes) -> bool
[src]
This method tests for !=
.