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