Struct wolfram_alpha::model::Sound [] [src]

pub struct Sound {
    pub url: Url,
    pub mimetype: String,
}

Provides a link to a playable sound file.

Fields

Trait Implementations

impl PartialEq for Sound
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Sound
[src]

impl Debug for Sound
[src]

[src]

Formats the value using the given formatter.

impl Clone for Sound
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more