Enum librespot_protocol::playlist4ops::ItemAttributesPartialState_ItemAttributeKind[][src]

pub enum ItemAttributesPartialState_ItemAttributeKind {
    ITEM_UNKNOWN,
    ITEM_ADDED_BY,
    ITEM_TIMESTAMP,
    ITEM_MESSAGE,
    ITEM_SEEN,
    ITEM_DOWNLOAD_COUNT,
    ITEM_DOWNLOAD_FORMAT,
    ITEM_SEVENDIGITAL_ID,
    ITEM_SEVENDIGITAL_LEFT,
    ITEM_SEEN_AT,
    ITEM_PUBLIC,
}

Variants

ITEM_UNKNOWN
ITEM_ADDED_BY
ITEM_TIMESTAMP
ITEM_MESSAGE
ITEM_SEEN
ITEM_DOWNLOAD_COUNT
ITEM_DOWNLOAD_FORMAT
ITEM_SEVENDIGITAL_ID
ITEM_SEVENDIGITAL_LEFT
ITEM_SEEN_AT
ITEM_PUBLIC

Trait Implementations

impl Clone for ItemAttributesPartialState_ItemAttributeKind[src]

impl Copy for ItemAttributesPartialState_ItemAttributeKind[src]

impl Debug for ItemAttributesPartialState_ItemAttributeKind[src]

impl Default for ItemAttributesPartialState_ItemAttributeKind[src]

impl Eq for ItemAttributesPartialState_ItemAttributeKind[src]

impl Hash for ItemAttributesPartialState_ItemAttributeKind[src]

impl PartialEq<ItemAttributesPartialState_ItemAttributeKind> for ItemAttributesPartialState_ItemAttributeKind[src]

impl ProtobufEnum for ItemAttributesPartialState_ItemAttributeKind[src]

impl ProtobufValue for ItemAttributesPartialState_ItemAttributeKind[src]

impl StructuralEq for ItemAttributesPartialState_ItemAttributeKind[src]

impl StructuralPartialEq for ItemAttributesPartialState_ItemAttributeKind[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.