Enum tauri_runtime::menu::MenuUpdate [−][src]
This is supported on crate features
menu or system-tray only.Variants
SetEnabled(bool)Modifies the enabled state of the menu item.
SetTitle(String)Modifies the title (label) of the menu item.
SetSelected(bool)Modifies the selected state of the menu item.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MenuUpdateimpl Send for MenuUpdateimpl Sync for MenuUpdateimpl Unpin for MenuUpdateimpl UnwindSafe for MenuUpdateBlanket Implementations
Mutably borrows from an owned value. Read more