Enum librespot_protocol::metadata::Restriction_Type [−][src]
pub enum Restriction_Type {
STREAMING,
}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_Type
impl Send for Restriction_Type
impl Sync for Restriction_Type
impl Unpin for Restriction_Type
impl UnwindSafe for Restriction_Type
Blanket Implementations
Mutably borrows from an owned value. Read more