Enum librespot_protocol::metadata::Restriction_Catalogue [−][src]
pub enum Restriction_Catalogue {
AD,
SUBSCRIPTION,
CATALOGUE_ALL,
SHUFFLE,
COMMERCIAL,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for Restriction_Catalogue
impl Send for Restriction_Catalogue
impl Sync for Restriction_Catalogue
impl Unpin for Restriction_Catalogue
impl UnwindSafe for Restriction_Catalogue
Blanket Implementations
Mutably borrows from an owned value. Read more