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