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