Enum DeclEngine
pub enum DeclEngine {}
Expand description
Expresses that a class is declared by the Godot engine.
Trait Implementations§
impl Declarer for DeclEngine
Auto Trait Implementations§
impl Freeze for DeclEngine
impl RefUnwindSafe for DeclEngine
impl Send for DeclEngine
impl Sync for DeclEngine
impl Unpin for DeclEngine
impl UnwindSafe for DeclEngine
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