Enum librespot_protocol::authentication::AuthenticationType[][src]

pub enum AuthenticationType {
    AUTHENTICATION_USER_PASS,
    AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS,
    AUTHENTICATION_STORED_FACEBOOK_CREDENTIALS,
    AUTHENTICATION_SPOTIFY_TOKEN,
    AUTHENTICATION_FACEBOOK_TOKEN,
}

Variants

AUTHENTICATION_USER_PASS
AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS
AUTHENTICATION_STORED_FACEBOOK_CREDENTIALS
AUTHENTICATION_SPOTIFY_TOKEN
AUTHENTICATION_FACEBOOK_TOKEN

Trait Implementations

impl Clone for AuthenticationType[src]

impl Copy for AuthenticationType[src]

impl Debug for AuthenticationType[src]

impl Default for AuthenticationType[src]

impl Eq for AuthenticationType[src]

impl Hash for AuthenticationType[src]

impl PartialEq<AuthenticationType> for AuthenticationType[src]

impl ProtobufEnum for AuthenticationType[src]

impl ProtobufValue for AuthenticationType[src]

impl StructuralEq for AuthenticationType[src]

impl StructuralPartialEq for AuthenticationType[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.