pub enum LuaModSettingPrototypeSettingType {
Startup,
RuntimeGlobal,
RuntimePerUser,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaModSettingPrototypeSettingType
impl Clone for LuaModSettingPrototypeSettingType
Source§fn clone(&self) -> LuaModSettingPrototypeSettingType
fn clone(&self) -> LuaModSettingPrototypeSettingType
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 LuaModSettingPrototypeSettingType
impl Eq for LuaModSettingPrototypeSettingType
Source§impl From<LuaModSettingPrototypeSettingType> for LuaAny
impl From<LuaModSettingPrototypeSettingType> for LuaAny
Source§fn from(_: LuaModSettingPrototypeSettingType) -> Self
fn from(_: LuaModSettingPrototypeSettingType) -> Self
Converts to this type from the input type.
Source§impl From<LuaModSettingPrototypeSettingType> for &'static str
impl From<LuaModSettingPrototypeSettingType> for &'static str
Source§fn from(value: LuaModSettingPrototypeSettingType) -> Self
fn from(value: LuaModSettingPrototypeSettingType) -> Self
Converts to this type from the input type.
Source§impl PartialEq<&str> for LuaModSettingPrototypeSettingType
impl PartialEq<&str> for LuaModSettingPrototypeSettingType
Source§impl PartialEq<LuaModSettingPrototypeSettingType> for &str
impl PartialEq<LuaModSettingPrototypeSettingType> for &str
impl StructuralPartialEq for LuaModSettingPrototypeSettingType
Auto Trait Implementations§
impl Freeze for LuaModSettingPrototypeSettingType
impl RefUnwindSafe for LuaModSettingPrototypeSettingType
impl Send for LuaModSettingPrototypeSettingType
impl Sync for LuaModSettingPrototypeSettingType
impl Unpin for LuaModSettingPrototypeSettingType
impl UnsafeUnpin for LuaModSettingPrototypeSettingType
impl UnwindSafe for LuaModSettingPrototypeSettingType
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