Enum rspotify_model::enums::types::SubscriptionLevel [−][src]
pub enum SubscriptionLevel {
Premium,
Free,
}Expand description
The user’s Spotify subscription level: premium, free
(The subscription level “open” can be considered the same as “free”.)
Variants
Trait 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 SubscriptionLevel
impl Send for SubscriptionLevel
impl Sync for SubscriptionLevel
impl Unpin for SubscriptionLevel
impl UnwindSafe for SubscriptionLevel
Blanket Implementations
Mutably borrows from an owned value. Read more