Struct rspotify_model::track::TrackLink [−][src]
pub struct TrackLink {
pub external_urls: HashMap<String, String>,
pub href: String,
pub id: TrackId,
}Expand description
Track link object
Fields
external_urls: HashMap<String, String>href: Stringid: TrackIdTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TrackLink
impl UnwindSafe for TrackLink
Blanket Implementations
Mutably borrows from an owned value. Read more