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
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 AuthenticationType
impl Send for AuthenticationType
impl Sync for AuthenticationType
impl Unpin for AuthenticationType
impl UnwindSafe for AuthenticationType
Blanket Implementations
Mutably borrows from an owned value. Read more