Enum librespot_protocol::authentication::Brand[][src]

pub enum Brand {
    BRAND_UNBRANDED,
    BRAND_INQ,
    BRAND_HTC,
    BRAND_NOKIA,
}

Variants

BRAND_UNBRANDED
BRAND_INQ
BRAND_HTC
BRAND_NOKIA

Trait Implementations

impl Clone for Brand[src]

impl Copy for Brand[src]

impl Debug for Brand[src]

impl Default for Brand[src]

impl Eq for Brand[src]

impl Hash for Brand[src]

impl PartialEq<Brand> for Brand[src]

impl ProtobufEnum for Brand[src]

impl ProtobufValue for Brand[src]

impl StructuralEq for Brand[src]

impl StructuralPartialEq for Brand[src]

Auto Trait Implementations

impl RefUnwindSafe for Brand

impl Send for Brand

impl Sync for Brand

impl Unpin for Brand

impl UnwindSafe for Brand

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.