pub enum MenuType {
Main,
Submenu,
}
Variants§
Main
Trait Implementations§
source§impl PartialEq for MenuType
impl PartialEq for MenuType
impl Copy for MenuType
impl Eq for MenuType
impl StructuralPartialEq for MenuType
Auto Trait Implementations§
impl Freeze for MenuType
impl RefUnwindSafe for MenuType
impl Send for MenuType
impl Sync for MenuType
impl Unpin for MenuType
impl UnwindSafe for MenuType
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