Struct wolfram_alpha::model::Sound
[−]
[src]
pub struct Sound { pub url: Url, pub mimetype: String, }
Provides a link to a playable sound file.
Fields
url: Url
mimetype: String
Trait Implementations
impl PartialEq for Sound
[src]
fn eq(&self, __arg_0: &Sound) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Sound) -> bool
[src]
This method tests for !=
.