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