pub struct PopupMenu {
popover: Popover,
open: bool,
state: Rc<RefCell<State>>,
}
Fields§
§popover: Popover
§open: bool
§state: Rc<RefCell<State>>
Implementations§
Auto Trait Implementations§
impl Freeze for PopupMenu
impl !RefUnwindSafe for PopupMenu
impl !Send for PopupMenu
impl !Sync for PopupMenu
impl Unpin for PopupMenu
impl !UnwindSafe for PopupMenu
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