Struct ExClear
pub struct ExClear<'ex> { /* private fields */ }Expand description
Default-param extender for PopupMenu::clear_ex.
Implementations§
Auto Trait Implementations§
impl<'ex> Freeze for ExClear<'ex>
impl<'ex> RefUnwindSafe for ExClear<'ex>
impl<'ex> !Send for ExClear<'ex>
impl<'ex> !Sync for ExClear<'ex>
impl<'ex> Unpin for ExClear<'ex>
impl<'ex> !UnwindSafe for ExClear<'ex>
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