pub enum PopupKind {
Popup,
Tooltip,
Menu,
}
Expand description
Is the popup a popup, tooltip or menu?
Variants§
Implementations§
Trait Implementations§
impl Copy for PopupKind
impl Eq for PopupKind
impl StructuralPartialEq for PopupKind
Auto Trait Implementations§
impl Freeze for PopupKind
impl RefUnwindSafe for PopupKind
impl Send for PopupKind
impl Sync for PopupKind
impl Unpin for PopupKind
impl UnwindSafe for PopupKind
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