Struct ExClassGetPropertyList
pub struct ExClassGetPropertyList<'a> { /* private fields */ }
Expand description
Default-param extender for ClassDb::class_get_property_list_ex
.
Implementations§
§impl<'a> ExClassGetPropertyList<'a>
impl<'a> ExClassGetPropertyList<'a>
pub fn no_inheritance(self, value: bool) -> ExClassGetPropertyList<'a>
pub fn done(self) -> Array<Dictionary>
Auto Trait Implementations§
impl<'a> Freeze for ExClassGetPropertyList<'a>
impl<'a> RefUnwindSafe for ExClassGetPropertyList<'a>
impl<'a> !Send for ExClassGetPropertyList<'a>
impl<'a> !Sync for ExClassGetPropertyList<'a>
impl<'a> Unpin for ExClassGetPropertyList<'a>
impl<'a> UnwindSafe for ExClassGetPropertyList<'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