pub struct MenuToken<'ui> { /* private fields */ }Expand description
Tracks a menu that can be ended by calling .end() or by dropping
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for MenuToken<'ui>
impl<'ui> !RefUnwindSafe for MenuToken<'ui>
impl<'ui> !Send for MenuToken<'ui>
impl<'ui> !Sync for MenuToken<'ui>
impl<'ui> Unpin for MenuToken<'ui>
impl<'ui> !UnwindSafe for MenuToken<'ui>
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