pub struct OnPlayerCheatModeDisabled;Expand description
Called when cheat mode is disabled on a player.
Implementations§
Trait Implementations§
Source§impl Clone for OnPlayerCheatModeDisabled
impl Clone for OnPlayerCheatModeDisabled
Source§fn clone(&self) -> OnPlayerCheatModeDisabled
fn clone(&self) -> OnPlayerCheatModeDisabled
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 OnPlayerCheatModeDisabled
Source§impl Debug for OnPlayerCheatModeDisabled
impl Debug for OnPlayerCheatModeDisabled
impl Eq for OnPlayerCheatModeDisabled
impl StructuralPartialEq for OnPlayerCheatModeDisabled
Auto Trait Implementations§
impl Freeze for OnPlayerCheatModeDisabled
impl RefUnwindSafe for OnPlayerCheatModeDisabled
impl Send for OnPlayerCheatModeDisabled
impl Sync for OnPlayerCheatModeDisabled
impl Unpin for OnPlayerCheatModeDisabled
impl UnsafeUnpin for OnPlayerCheatModeDisabled
impl UnwindSafe for OnPlayerCheatModeDisabled
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