pub enum NemoMenu {}Auto Trait Implementations§
impl Freeze for NemoMenu
impl RefUnwindSafe for NemoMenu
impl Send for NemoMenu
impl Sync for NemoMenu
impl Unpin for NemoMenu
impl UnsafeUnpin for NemoMenu
impl UnwindSafe for NemoMenu
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