pub struct MenuOptions { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for MenuOptions
impl RefUnwindSafe for MenuOptions
impl Send for MenuOptions
impl Sync for MenuOptions
impl Unpin for MenuOptions
impl UnwindSafe for MenuOptions
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