pub enum LuaHelpersStage {
Settings,
Prototype,
Runtime,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaHelpersStage
impl Clone for LuaHelpersStage
Source§fn clone(&self) -> LuaHelpersStage
fn clone(&self) -> LuaHelpersStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaHelpersStage
Source§impl Debug for LuaHelpersStage
impl Debug for LuaHelpersStage
Source§impl Default for LuaHelpersStage
impl Default for LuaHelpersStage
Source§fn default() -> LuaHelpersStage
fn default() -> LuaHelpersStage
Returns the “default value” for a type. Read more
impl Eq for LuaHelpersStage
Source§impl From<LuaHelpersStage> for &'static str
impl From<LuaHelpersStage> for &'static str
Source§fn from(value: LuaHelpersStage) -> &'static str
fn from(value: LuaHelpersStage) -> &'static str
Converts to this type from the input type.
Source§impl Hash for LuaHelpersStage
impl Hash for LuaHelpersStage
Source§impl PartialEq for LuaHelpersStage
impl PartialEq for LuaHelpersStage
Source§impl PartialEq<&str> for LuaHelpersStage
impl PartialEq<&str> for LuaHelpersStage
Source§impl PartialEq<LuaHelpersStage> for &str
impl PartialEq<LuaHelpersStage> for &str
impl StructuralPartialEq for LuaHelpersStage
Auto Trait Implementations§
impl Freeze for LuaHelpersStage
impl RefUnwindSafe for LuaHelpersStage
impl Send for LuaHelpersStage
impl Sync for LuaHelpersStage
impl Unpin for LuaHelpersStage
impl UnsafeUnpin for LuaHelpersStage
impl UnwindSafe for LuaHelpersStage
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