Enum tauri_runtime::UserAttentionType [−][src]
pub enum UserAttentionType {
Critical,
Informational,
}Expand description
Type of user attention requested on a window.
Variants
Platform-specific
- macOS: Bounces the dock icon until the application is in focus.
- Windows: Flashes both the window and the taskbar button until the application is in focus.
Platform-specific
- macOS: Bounces the dock icon once.
- Windows: Flashes the taskbar button until the application is in focus.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserAttentionTypeimpl Send for UserAttentionTypeimpl Sync for UserAttentionTypeimpl Unpin for UserAttentionTypeimpl UnwindSafe for UserAttentionTypeBlanket Implementations
Mutably borrows from an owned value. Read more