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
Source§impl Default for LuaModSettingPrototypeSettingType
impl Default for LuaModSettingPrototypeSettingType
Source§fn default() -> LuaModSettingPrototypeSettingType
fn default() -> LuaModSettingPrototypeSettingType
Returns the “default value” for a type. Read more
impl Eq for LuaModSettingPrototypeSettingType
Source§impl From<LuaModSettingPrototypeSettingType> for &'static str
impl From<LuaModSettingPrototypeSettingType> for &'static str
Source§fn from(value: LuaModSettingPrototypeSettingType) -> &'static str
fn from(value: LuaModSettingPrototypeSettingType) -> &'static str
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