Struct rspotify_model::idtypes::TrackId [−][src]
pub struct TrackId(_);Expand description
ID of type Type::Track, made up of only alphanumeric characters. Refer to the module-level docs for more information.
Trait Implementations
Cheap conversion to str
Ids may be borrowed as str the same way Box<T> may be
borrowed as T or String as str
Deserialize this value from the given Serde deserializer. Read more
Displaying the ID shows its URI
IDs can also be used to convert from a str; this works both
with IDs and URIs.
The type of the ID. The difference with Self::_type_static is that
this method can be used so that Id is an object-safe trait. Read more
The type of the ID, which can be used without initializing it
Initialize the Id without checking its validity. Read more
Parse Spotify id from string slice Read more
Parse Spotify URI from string slice Read more
Auto Trait Implementations
impl RefUnwindSafe for TrackId
impl UnwindSafe for TrackId
Blanket Implementations
Mutably borrows from an owned value. Read more