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