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