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