pub struct HackPermsChangedEventHandler { /* private fields */ }
Expand description
Hack permissions of the player changes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HackPermsChangedEventHandler
impl !RefUnwindSafe for HackPermsChangedEventHandler
impl !Send for HackPermsChangedEventHandler
impl !Sync for HackPermsChangedEventHandler
impl Unpin for HackPermsChangedEventHandler
impl !UnwindSafe for HackPermsChangedEventHandler
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