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