Enum librespot_protocol::playlist4issues::ClientResolveAction_Code [−][src]
pub enum ClientResolveAction_Code {
CODE_UNKNOWN,
CODE_NO_ACTION,
CODE_RETRY,
CODE_RELOAD,
CODE_DISCARD_LOCAL_CHANGES,
CODE_SEND_DUMP,
CODE_DISPLAY_ERROR_MESSAGE,
}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 ClientResolveAction_Code
impl Send for ClientResolveAction_Code
impl Sync for ClientResolveAction_Code
impl Unpin for ClientResolveAction_Code
impl UnwindSafe for ClientResolveAction_Code
Blanket Implementations
Mutably borrows from an owned value. Read more