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