Enum speech_dispatcher::Priority
source · [−]#[repr(u32)]
pub enum Priority {
Important,
Message,
Text,
Notification,
Progress,
}
Variants
Important
Message
Text
Notification
Progress
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Priority
impl UnwindSafe for Priority
Blanket Implementations
Mutably borrows from an owned value. Read more