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