Struct soundcloud::App
[−]
[src]
pub struct App { pub id: usize, pub uri: String, pub permalink_url: String, pub external_url: String, pub creator: Option<String>, }
Registered client application.
Fields
id: usize
Integer ID.
uri: String
API resource URL.
permalink_url: String
URL to the SoundCloud.com page
external_url: String
URL to an external site.
creator: Option<String>
Username of the app creator.
Trait Implementations
Derived Implementations
impl Clone for App
[src]
fn clone(&self) -> App
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more