Enum librespot_protocol::authentication::AccountCreation [−][src]
pub enum AccountCreation {
ACCOUNT_CREATION_ALWAYS_PROMPT,
ACCOUNT_CREATION_ALWAYS_CREATE,
}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 AccountCreation
impl Send for AccountCreation
impl Sync for AccountCreation
impl Unpin for AccountCreation
impl UnwindSafe for AccountCreation
Blanket Implementations
Mutably borrows from an owned value. Read more