Struct ExPopupQuickOpen
pub struct ExPopupQuickOpen<'ex> { /* private fields */ }Expand description
Default-param extender for EditorInterface::popup_quick_open_ex.
Implementations§
§impl<'ex> ExPopupQuickOpen<'ex>
impl<'ex> ExPopupQuickOpen<'ex>
pub fn base_types( self, base_types: &'ex Array<StringName>, ) -> ExPopupQuickOpen<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> !Freeze for ExPopupQuickOpen<'ex>
impl<'ex> !RefUnwindSafe for ExPopupQuickOpen<'ex>
impl<'ex> !Send for ExPopupQuickOpen<'ex>
impl<'ex> !Sync for ExPopupQuickOpen<'ex>
impl<'ex> Unpin for ExPopupQuickOpen<'ex>
impl<'ex> !UnwindSafe for ExPopupQuickOpen<'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