pub enum MenuBarKind {}Available on crate feature
ui only.Trait Implementations§
Source§impl Debug for MenuBarKind
impl Debug for MenuBarKind
impl MenuKind for MenuBarKind
Auto Trait Implementations§
impl Freeze for MenuBarKind
impl RefUnwindSafe for MenuBarKind
impl Send for MenuBarKind
impl Sync for MenuBarKind
impl Unpin for MenuBarKind
impl UnwindSafe for MenuBarKind
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