pub struct OnRuntimeModSettingChanged;Expand description
Called when a runtime mod setting is changed by a player.
Implementations§
Trait Implementations§
Source§impl Clone for OnRuntimeModSettingChanged
impl Clone for OnRuntimeModSettingChanged
Source§fn clone(&self) -> OnRuntimeModSettingChanged
fn clone(&self) -> OnRuntimeModSettingChanged
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 OnRuntimeModSettingChanged
Source§impl Debug for OnRuntimeModSettingChanged
impl Debug for OnRuntimeModSettingChanged
impl Eq for OnRuntimeModSettingChanged
impl StructuralPartialEq for OnRuntimeModSettingChanged
Auto Trait Implementations§
impl Freeze for OnRuntimeModSettingChanged
impl RefUnwindSafe for OnRuntimeModSettingChanged
impl Send for OnRuntimeModSettingChanged
impl Sync for OnRuntimeModSettingChanged
impl Unpin for OnRuntimeModSettingChanged
impl UnsafeUnpin for OnRuntimeModSettingChanged
impl UnwindSafe for OnRuntimeModSettingChanged
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