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