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