Enum librespot_protocol::playlist4ops::Op_Kind[][src]

pub enum Op_Kind {
    KIND_UNKNOWN,
    ADD,
    REM,
    MOV,
    UPDATE_ITEM_ATTRIBUTES,
    UPDATE_LIST_ATTRIBUTES,
}

Variants

KIND_UNKNOWN
ADD
REM
MOV
UPDATE_ITEM_ATTRIBUTES
UPDATE_LIST_ATTRIBUTES

Trait Implementations

impl Clone for Op_Kind[src]

impl Copy for Op_Kind[src]

impl Debug for Op_Kind[src]

impl Default for Op_Kind[src]

impl Eq for Op_Kind[src]

impl Hash for Op_Kind[src]

impl PartialEq<Op_Kind> for Op_Kind[src]

impl ProtobufEnum for Op_Kind[src]

impl ProtobufValue for Op_Kind[src]

impl StructuralEq for Op_Kind[src]

impl StructuralPartialEq for Op_Kind[src]

Auto Trait Implementations

impl RefUnwindSafe for Op_Kind

impl Send for Op_Kind

impl Sync for Op_Kind

impl Unpin for Op_Kind

impl UnwindSafe for Op_Kind

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.