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