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