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