pub enum MenuKind {
Standard,
Checkmark,
Separator,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for MenuKind
impl RefUnwindSafe for MenuKind
impl Send for MenuKind
impl Sync for MenuKind
impl Unpin for MenuKind
impl UnwindSafe for MenuKind
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