Enum tauri_runtime::menu::MenuUpdate [−][src]
Variants
Modifies the enabled state of the menu item.
Tuple Fields of SetEnabled
0: bool
Modifies the title (label) of the menu item.
Tuple Fields of SetTitle
0: String
Modifies the selected state of the menu item.
Tuple Fields of SetSelected
0: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MenuUpdate
impl Send for MenuUpdate
impl Sync for MenuUpdate
impl Unpin for MenuUpdate
impl UnwindSafe for MenuUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more