Enum speech_dispatcher::Notification
source · [−]#[repr(u32)]
pub enum Notification {
Begin,
End,
IndexMarks,
Cancel,
Pause,
Resume,
All,
}
Variants
Begin
End
IndexMarks
Cancel
Pause
Resume
All
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
Blanket Implementations
Mutably borrows from an owned value. Read more