pub struct MenuItemMeta<G> { /* private fields */ }Implementations§
Source§impl<G> MenuItemMeta<G>
impl<G> MenuItemMeta<G>
Trait Implementations§
Source§impl<G: Clone> Clone for MenuItemMeta<G>
impl<G: Clone> Clone for MenuItemMeta<G>
Source§fn clone(&self) -> MenuItemMeta<G>
fn clone(&self) -> MenuItemMeta<G>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<G> PartialEq for MenuItemMeta<G>where
G: PartialEq,
impl<G> PartialEq for MenuItemMeta<G>where
G: PartialEq,
Auto Trait Implementations§
impl<G> Freeze for MenuItemMeta<G>where
G: Freeze,
impl<G> !RefUnwindSafe for MenuItemMeta<G>
impl<G> !Send for MenuItemMeta<G>
impl<G> !Sync for MenuItemMeta<G>
impl<G> Unpin for MenuItemMeta<G>where
G: Unpin,
impl<G> UnsafeUnpin for MenuItemMeta<G>where
G: UnsafeUnpin,
impl<G> !UnwindSafe for MenuItemMeta<G>
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