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