pub struct MenuItemSelected {
pub action: String,
}Expand description
Message when menu item is selected.
Fields§
§action: StringAction ID of selected item
Trait Implementations§
Source§impl Clone for MenuItemSelected
impl Clone for MenuItemSelected
Auto Trait Implementations§
impl Freeze for MenuItemSelected
impl RefUnwindSafe for MenuItemSelected
impl Send for MenuItemSelected
impl Sync for MenuItemSelected
impl Unpin for MenuItemSelected
impl UnsafeUnpin for MenuItemSelected
impl UnwindSafe for MenuItemSelected
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more